mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 17:54:15 +08:00
fix(config): 收敛 Vite 配置并兼容 AI 可选参数
- 移除重复的 Vite JS 配置并阻止 TypeScript 构建重新生成 - 精确识别 temperature 与 reasoning_effort 的 400 错误并有界降级 - 补充 Docker 只读挂载 .env 的安全边界说明
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"moduleResolution": "bundler",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
"composite": true
|
||||
"composite": true,
|
||||
"emitDeclarationOnly": true
|
||||
},
|
||||
"include": ["vite.config.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user