修复: 前端UX一致性(Dashboard状态映射/状态徽章全局/Knowledge下一条与失败反馈/Ideas筛选与错误条/ConfirmDialog安全/快捷菜单状态机/分页越界) + 后端校验(queue/count-list一致/软删拒改/父聚合/promote CAS/MCP状态机收口/update白名单剔除id/created_at) + 销账

This commit is contained in:
lxy
2026-08-09 21:35:58 +08:00
parent 8bc5380ecb
commit fbd8fae44b
30 changed files with 829 additions and 138 deletions
+3
View File
@@ -41,8 +41,11 @@ export default {
stage: {
planning: 'Planning',
coding: 'Coding',
testing: 'Testing',
release: 'Release',
done: 'Done',
paused: 'Paused',
cancelled: 'Cancelled',
},
ideaStatus: {
draft: 'Draft',
+3
View File
@@ -41,8 +41,11 @@ export default {
stage: {
planning: '规划中',
coding: '编码中',
testing: '测试中',
release: '发布中',
done: '已完成',
paused: '已暂停',
cancelled: '已取消',
},
ideaStatus: {
draft: '草稿',