From 438f9692f2b837c81770de991cfc7b97db162706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=9D=E5=B0=98?= <237809796@qq.com> Date: Sat, 1 Aug 2026 12:47:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E:=20=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=85=B3=E8=81=94=E7=81=B5=E6=84=9F=E4=B8=8B?= =?UTF-8?q?=E6=8B=89(F-260619-01=20=E8=A1=A5=E5=88=9B=E5=BB=BA=E5=85=A5?= =?UTF-8?q?=E5=8F=A3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en/tasks.ts | 3 +++ src/i18n/zh-CN/tasks.ts | 3 +++ src/views/Tasks.vue | 15 +++++++++++++++ 3 files changed, 21 insertions(+) diff --git a/src/i18n/en/tasks.ts b/src/i18n/en/tasks.ts index 2939536..28dc902 100644 --- a/src/i18n/en/tasks.ts +++ b/src/i18n/en/tasks.ts @@ -53,6 +53,9 @@ export default { desc: 'Description', branch: 'Branch', priority: 'Priority', + // F-260619-01: related idea (1:1, optional) + idea: 'Related Idea', + ideaPlaceholder: 'None (optional)', titlePlaceholder: 'Enter task title...', descPlaceholder: 'Brief description (optional)', branchPlaceholder: 'feature/xxx (optional)', diff --git a/src/i18n/zh-CN/tasks.ts b/src/i18n/zh-CN/tasks.ts index bf25b0d..c180102 100644 --- a/src/i18n/zh-CN/tasks.ts +++ b/src/i18n/zh-CN/tasks.ts @@ -53,6 +53,9 @@ export default { desc: '描述', branch: '分支', priority: '优先级', + // F-260619-01:关联灵感(1对1 单向,可选) + idea: '关联灵感', + ideaPlaceholder: '不关联(可选)', titlePlaceholder: '输入任务标题...', descPlaceholder: '简要描述(可选)', branchPlaceholder: 'feature/xxx(可选)', diff --git a/src/views/Tasks.vue b/src/views/Tasks.vue index 45fb794..c8f2fa3 100644 --- a/src/views/Tasks.vue +++ b/src/views/Tasks.vue @@ -149,6 +149,14 @@ + +