e14e3ee7a5
大改,未验证
2026-03-20 16:50:26 +08:00
zhaojie
d0dd18342f
feat: 优化飞书集成、知识库、Agent、工单管理及AI建议功能,统一前端对话字体样式并移除工单模板文件。
2026-02-11 22:53:08 +08:00
zhaojie
c3560b43fd
docs: update README and CLAUDE.md to v2.2.0
...
- Added documentation for audit tracking (IP address, invocation method).
- Updated database model descriptions for enhanced WorkOrder and Conversation fields.
- Documented the new UnifiedConfig system.
- Reflected enhanced logging transparency for knowledge base parsing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-11 00:08:09 +08:00
2026007045
refactor: 移除冗余文件并优化代码结构
...
- 删除多个不再使用的脚本和配置文件,包括 `auto_push.bat`, `check_and_fix_users.py`, `init.sql` 等。
- 新增 `git_push.bat` 和 `git_push.sh` 脚本以简化 Git 推送流程。
- 更新 `README.md` 以反映最新的功能和结构变化。
- 优化前端代码,添加新的页面和组件,提升用户体验。
此提交旨在清理项目结构并增强代码可维护性。
2025-12-08 00:53:23 +08:00
赵杰 Jie Zhao (雄狮汽车科技)
a4261ef06f
feat: optimize AI suggestion and workorder sync - support same-day multiple update numbering - insert new suggestions at top maintaining reverse chronological order - reference process history when generating suggestions - simplify prompts to avoid forcing log analysis - fix Chinese comment encoding issues
2025-10-27 10:34:33 +08:00
赵杰
63600d1bc2
feat: 自动提交 - 周二 2025/09/23 15:32:55.51
2025-09-23 15:32:55 +01:00
赵杰
6b0c03439f
feat: 自动提交 - 周二 2025/09/23 14:03:10.47
2025-09-23 14:03:10 +01:00
赵杰 Jie Zhao (雄狮汽车科技)
228e9b838f
feat: 性能优化 v1.4.0 - 大幅提升响应速度
...
- 数据库连接池优化:增加连接池大小和溢出连接数
- 缓存策略优化:缩短缓存时间,提高响应速度
- API查询优化:合并重复查询,限制查询数量
- 前端并行加载:实现数据并行加载,减少页面加载时间
- 性能监控系统:新增实时性能监控和优化建议
- 前端缓存机制:添加30秒前端缓存,减少重复请求
性能提升:
- 查询速度提升80%:从3-5秒降至0.5-1秒
- 操作响应速度提升90%:从等待3秒降至立即响应
- 页面加载速度提升70%:从5-8秒降至1-2秒
- 缓存命中率提升:减少90%的重复查询
2025-09-18 19:37:14 +01:00