新增字幕提问功能

This commit is contained in:
IndieKKY
2024-03-17 21:17:40 +08:00
parent 0881312025
commit d6d7e17f84
3 changed files with 31 additions and 4 deletions

3
src/typings.d.ts vendored
View File

@@ -26,6 +26,9 @@ interface EnvData {
searchEnabled?: boolean
cnSearchEnabled?: boolean
// ask
askEnabled?: boolean
prompts?: {
[key: string]: string
}