去除是否自动展开配置

This commit is contained in:
IndieKKY
2024-03-18 19:14:24 +08:00
parent 72c8f9608e
commit e6db674755
5 changed files with 16 additions and 16 deletions

2
src/typings.d.ts vendored
View File

@@ -1,5 +1,5 @@
interface EnvData {
autoExpand?: boolean
// autoExpand?: boolean
flagDot?: boolean
aiType?: 'openai' | 'gemini'