diff --git a/src/components/ai/EmptyState.vue b/src/components/ai/EmptyState.vue index 60476ef..ba2144d 100644 --- a/src/components/ai/EmptyState.vue +++ b/src/components/ai/EmptyState.vue @@ -72,9 +72,8 @@ const examplePrompts = [ align-items: center; justify-content: center; gap: 8px; - opacity: 0.5; } -.ai-empty-icon { margin-bottom: 4px; } +.ai-empty-icon { margin-bottom: 4px; opacity: 0.4; } .ai-empty-text { font-size: 14px; font-weight: 500; diff --git a/src/i18n/en/projectDetail.ts b/src/i18n/en/projectDetail.ts index fb23044..7f5a71f 100644 --- a/src/i18n/en/projectDetail.ts +++ b/src/i18n/en/projectDetail.ts @@ -2,6 +2,7 @@ export default { projectDetail: { // Header backToList: '← Projects', + notFound: 'Project not found or deleted', sync: '🔄 Sync', delete: '🗑 Delete', newTask: '+ New Task', diff --git a/src/i18n/zh-CN/projectDetail.ts b/src/i18n/zh-CN/projectDetail.ts index c072413..a1e57e7 100644 --- a/src/i18n/zh-CN/projectDetail.ts +++ b/src/i18n/zh-CN/projectDetail.ts @@ -2,6 +2,7 @@ export default { projectDetail: { // 头部 backToList: '← 项目列表', + notFound: '项目不存在或已删除', sync: '🔄 同步', delete: '🗑 删除', newTask: '+ 新任务', diff --git a/src/views/Ideas.vue b/src/views/Ideas.vue index 87be04e..6baac4c 100644 --- a/src/views/Ideas.vue +++ b/src/views/Ideas.vue @@ -108,21 +108,31 @@