[feat] add autofill option

This commit is contained in:
kwaroran
2023-09-23 16:18:20 +09:00
parent a7aea17c98
commit 4a34dc3e23
3 changed files with 7 additions and 1 deletions

View File

@@ -53,6 +53,9 @@
<div class="flex items-center mt-4">
<Check bind:check={$DataBase.usePlainFetch} name="Force Plain Fetch"/>
</div>
<div class="flex items-center mt-4">
<Check bind:check={$DataBase.autofillRequestUrl} name="Autofill Request URL"/>
</div>
<button
on:click={async () => {
alertMd(getRequestLog())