增加模型选择

This commit is contained in:
IndieKKY
2023-06-16 10:41:32 +08:00
parent 8c8d5bf4e1
commit 7c51471d91
6 changed files with 32 additions and 11 deletions

1
src/typings.d.ts vendored
View File

@@ -3,6 +3,7 @@ interface EnvData {
flagDot?: boolean
apiKey?: string
serverUrl?: string
model?: string
translateEnable?: boolean
language?: string
hideOnDisableAutoTranslate?: boolean