[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

@@ -398,6 +398,7 @@ export interface Database{
requestproxy: string
showUnrecommended:boolean
elevenLabKey:string
useExperimental:boolean
}