F——补自建知识库停用/恢复端面(后端 disable/restore 端点已有,缺 UI): - useKnowledge: useKnowledgeDisable/useKnowledgeRestore mutation hook - KnowledgePage: 自建 KB 卡片按 status 切换「停用」(confirm)/「恢复」按钮 - mock: 补 restore handler(disable 已有) - 核实真后端 SummaryRespVO.processingStatus = kb.getStatus(),启用状态(disabled/searchable) 经其透出可观测,排除"RespVO 缺启用状态字段"误判,确认无需改后端 - vitest useKnowledge 5/5(disable→disabled→restore→active)+ 全套 78/78,tsc/eslint 0 - e2e knowledge-disable-restore 真后端 1 passed;global-setup section 9 复位 KB1 status='draft' Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Description
No description provided
Languages
Java
64.8%
TypeScript
17.2%
Vue
13.8%
HTML
1.5%
JavaScript
1.2%
Other
1.3%