修复: 多视图UX(知识库窄屏CSS+任务详情路由+项目灵感视图)
This commit is contained in:
@@ -35,9 +35,7 @@ export default {
|
||||
stage: {
|
||||
planning: 'Planning',
|
||||
coding: 'Coding',
|
||||
paused: 'Paused',
|
||||
done: 'Done',
|
||||
cancelled: 'Cancelled',
|
||||
},
|
||||
ideaStatus: {
|
||||
draft: 'Draft',
|
||||
|
||||
@@ -72,6 +72,9 @@ export default {
|
||||
titlePlaceholder: 'Describe your idea in one sentence...',
|
||||
descPlaceholder: 'More details (optional)...',
|
||||
|
||||
// Deep link not found
|
||||
notFound: 'Idea not found or deleted',
|
||||
|
||||
// Native dialog text (confirm / alert)
|
||||
confirmDelete: 'Delete idea "{title}"? This cannot be undone.',
|
||||
promoteFailed: 'Promotion failed',
|
||||
|
||||
@@ -39,11 +39,8 @@ export default {
|
||||
// Status labels (PROJECT_STATUS_LABELS values in constants/project.ts use these keys)
|
||||
status: {
|
||||
planning: '📐 Planning',
|
||||
in_progress: '💻 In Progress',
|
||||
paused: '⏸ Paused',
|
||||
completed: '✅ Completed',
|
||||
cancelled: '❌ Cancelled',
|
||||
active: '🚀 In Progress',
|
||||
completed: '✅ Completed',
|
||||
},
|
||||
// Error fallbacks (user-visible via state.error)
|
||||
err: {
|
||||
@@ -55,6 +52,8 @@ export default {
|
||||
restoreFailed: 'Failed to restore project',
|
||||
purgeFailed: 'Failed to delete permanently',
|
||||
loadWorkflowFailed: 'Failed to load workflow records',
|
||||
approveFailed: 'Approval operation failed',
|
||||
cancelFailed: 'Cancel approval failed',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
@@ -35,9 +35,7 @@ export default {
|
||||
stage: {
|
||||
planning: '规划中',
|
||||
coding: '编码中',
|
||||
paused: '已暂停',
|
||||
done: '已完成',
|
||||
cancelled: '已取消',
|
||||
},
|
||||
ideaStatus: {
|
||||
draft: '草稿',
|
||||
|
||||
@@ -72,6 +72,9 @@ export default {
|
||||
titlePlaceholder: '一句话描述你的灵感...',
|
||||
descPlaceholder: '详细说明(可选)...',
|
||||
|
||||
// 深链不存在提示
|
||||
notFound: '灵感不存在或已删除',
|
||||
|
||||
// 原生对话框文案(confirm / alert)
|
||||
confirmDelete: '确定删除灵感「{title}」?此操作不可撤销。',
|
||||
promoteFailed: '立项失败',
|
||||
|
||||
@@ -38,11 +38,8 @@ export default {
|
||||
// 状态文案(constants/project.ts 的 PROJECT_STATUS_LABELS 值走此 key)
|
||||
status: {
|
||||
planning: '📐 规划中',
|
||||
in_progress: '💻 进行中',
|
||||
paused: '⏸ 已暂停',
|
||||
completed: '✅ 已完成',
|
||||
cancelled: '❌ 已取消',
|
||||
active: '🚀 进行中',
|
||||
completed: '✅ 已完成',
|
||||
},
|
||||
// 错误回退(state.error 用户可见)
|
||||
err: {
|
||||
@@ -54,6 +51,8 @@ export default {
|
||||
restoreFailed: '恢复项目失败',
|
||||
purgeFailed: '彻底删除失败',
|
||||
loadWorkflowFailed: '加载工作流记录失败',
|
||||
approveFailed: '审批操作失败',
|
||||
cancelFailed: '取消审批失败',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user