[feat] add toggle experimental

This commit is contained in:
kwaroran
2023-05-16 01:59:07 +09:00
parent a68cbfda03
commit dfadf7e931
4 changed files with 15 additions and 6 deletions

View File

@@ -508,6 +508,10 @@
<Check bind:check={$DataBase.showUnrecommended}/>
<span>{language.showUnrecommended}</span>
</div>
<div class="flex items-center mt-4">
<Check bind:check={$DataBase.useExperimental}/>
<span>{language.useExperimental}</span>
</div>
<button
on:click={async () => {
alertMd(getRequestLog())