新增: AI Chat多项增强(审批去重/编辑重发/导出/实体引用/会话置顶搜索)+任务推进链df-nodes落地

This commit is contained in:
lxy
2026-06-16 12:41:13 +08:00
parent 212a927eee
commit 7d5cd4c89a
62 changed files with 4576 additions and 248 deletions
+3 -2
View File
@@ -5,14 +5,15 @@ export default {
// 顶层 Tab
tab: {
library: '知识库',
inbox: '审核收件箱',
// inbox = 待处理收件箱(candidate + pending_review);library 纯 published(F-260616-02 决策 a)
inbox: '待处理',
},
// 搜索
searchPlaceholder: '搜索标题、标签、内容...',
// 分类
categoryAll: '全部',
// 列表空状态
emptyInbox: '✅ 暂无待审核条目',
emptyInbox: '✅ 暂无待处理条目',
emptyLibrary: '📭 没有匹配的知识',
// 详情头部操作
edit: '✏️ 编辑',