自定义prompt功能

This commit is contained in:
IndieKKY
2023-05-20 09:52:03 +08:00
parent d9d905facb
commit d6a41df2d0
6 changed files with 162 additions and 95 deletions

4
src/typings.d.ts vendored
View File

@@ -14,6 +14,10 @@ interface EnvData {
summarizeFloat?: boolean
theme?: 'system' | 'light' | 'dark'
fontSize?: 'normal' | 'large'
prompts?: {
[key: string]: string
}
}
interface TempData {