Revert "去除是否自动展开配置"

This reverts commit e6db6747
This commit is contained in:
IndieKKY
2024-03-19 21:39:16 +08:00
parent 2383603b39
commit 9b2d620cdf
5 changed files with 20 additions and 18 deletions

2
src/typings.d.ts vendored
View File

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