Commit Graph

7 Commits

Author SHA1 Message Date
9600d0855e feat(ai): add three-level FAQ category management
- add FAQ category table/sql migration and initialize ddl updates

- add category service/controller with validation, default category rules, and sorting

- support faq item category binding and category-based filtering (include descendants)

- redesign FAQ page with category tree actions and UI polish
2026-02-25 16:53:31 +08:00
0bb4c884b0 fix: 修复全量类型检查报错
- 收敛可选配置字段并补齐默认值,消除 strict 模式报错

- 补充页面脚本类型定义,移除未使用变量与隐式 any

- 修复主题、表格、标签页等公共包类型边界
2026-02-24 16:45:23 +08:00
306b08d55a perf: 懒加载表现优化
- 优化路由首进页面过渡策略,减少遮罩阻塞感

- 为菜单导航增加组件预取,降低首次点击等待

- 缩短页面 loading 遮罩过渡时长
2026-02-24 16:45:14 +08:00
a9060ed2b9 feat: 增加知识库新类型FAQ知识库 2026-02-24 13:07:14 +08:00
12accb2575 workflow底层UI库整合至项目,优化构建逻辑 2026-02-24 11:20:18 +08:00
094b185c49 知识库功能增强,支持Milvus,并优化相关逻辑 2026-02-24 11:19:53 +08:00
26677972a6 初始化 2026-02-22 18:56:10 +08:00