Commit Graph
3 Commits
Author SHA1 Message Date
zhangtao 53d2a9d13e chore: cleanup old frontend code and update project configs
This commit removes the deprecated frontend/web-old directory, updates various project configuration files including tsconfig, vite config, environment variables, and backend data models. It also fixes several API paths, adds tenant awareness to multiple models, and makes minor UI adjustments.
2026-05-27 01:12:03 +08:00
zhangtao 5533612a4c chore: 整理项目配置与环境文件,更新默认大模型
1.  更新deploy.sh的清理逻辑,使用docker system prune替代分步骤缓存清理
2.  将开发/生产环境示例的默认大模型改为deepseek-v4-flash
3.  重构agent规则文件结构,将根目录的CLAUDE相关文档迁移到.agents目录下
2026-05-19 11:27:06 +08:00
zhangtao ff139c10ae refactor(fa-table): 简化默认插槽渲染逻辑
移除冗余的renderDefaultSlot函数,直接使用原生slot标签渲染默认插槽,减少不必要的函数调用层级
同时添加了中英文版的CLAUDE编码准则文档
2026-05-18 12:46:31 +08:00