新增: 父⑤⑤.2收尾(评分拆const+表单补全+css陷阱) + priority跨层映射修复
父⑤⑤.2(DEC-03 c / DEC-04 a): - #6 scoring.rs 关键词拆 const(FEASIBILITY_POS/NEG + IMPACT + URGENCY 4 组,零行为变化,df-ideas 22 测试过) - #9/#10 Ideas.vue 表单补 tags(逗号分隔对标 KnowledgeDetail)+priority 下拉+source,i18n 中英对称 - css 陷阱修:components.css .modal-* 通配→"modal 系列"(避 */ 闭合,memory css-comment-star-slash-trap) priority 跨层映射修复(verify agent 发现的预存 bug): - idea.rs priority_from_i32 原跟 df-types 枚举(0=Low),与前端约定(0=critical,api/types.ts:141+Tasks.vue)反 - 改手动映射对齐前端(0=Critical/1=High/2=Medium/3=Low),Priority as_str 序列化不受影响 - 校验注释同步更正(我父①①.3 加的 Low=0 注释) 父⑤ 全闭环(⑤.1/①.4/⑤.2)。css warning 清零。
This commit is contained in:
@@ -112,8 +112,17 @@ export default {
|
||||
captureTitle: '✨ Capture New Idea',
|
||||
fieldTitle: 'Title',
|
||||
fieldDesc: 'Description',
|
||||
fieldTags: 'Tags',
|
||||
fieldPriority: 'Priority',
|
||||
fieldSource: 'Source',
|
||||
titlePlaceholder: 'Describe your idea in one sentence...',
|
||||
descPlaceholder: 'More details (optional)...',
|
||||
tagsPlaceholder: 'Comma-separated, e.g. tools, efficiency, automation',
|
||||
sourcePlaceholder: 'Source (optional, e.g. user feedback, competitor analysis)',
|
||||
priorityCritical: 'Critical',
|
||||
priorityHigh: 'High',
|
||||
priorityMedium: 'Medium',
|
||||
priorityLow: 'Low',
|
||||
|
||||
// Deep link not found
|
||||
notFound: 'Idea not found or deleted',
|
||||
|
||||
@@ -112,8 +112,17 @@ export default {
|
||||
captureTitle: '✨ 捕捉新灵感',
|
||||
fieldTitle: '标题',
|
||||
fieldDesc: '描述',
|
||||
fieldTags: '标签',
|
||||
fieldPriority: '优先级',
|
||||
fieldSource: '来源',
|
||||
titlePlaceholder: '一句话描述你的灵感...',
|
||||
descPlaceholder: '详细说明(可选)...',
|
||||
tagsPlaceholder: '用逗号分隔,如: 工具,效率,自动化',
|
||||
sourcePlaceholder: '来源(可选,如:用户反馈、竞品分析)',
|
||||
priorityCritical: '紧急',
|
||||
priorityHigh: '高',
|
||||
priorityMedium: '中',
|
||||
priorityLow: '低',
|
||||
|
||||
// 深链不存在提示
|
||||
notFound: '灵感不存在或已删除',
|
||||
|
||||
Reference in New Issue
Block a user