From 97b3c4041d323fb91e809215f70e88e839e95055 Mon Sep 17 00:00:00 2001 From: zhb <50901800+zhbdesign@users.noreply.github.com> Date: Thu, 9 Jul 2026 14:55:27 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=AC=A2=E8=BF=8E=E8=AF=8D=E4=BC=98?= =?UTF-8?q?=E5=8C=96=EF=BC=8C=E6=94=B9=E4=B8=BA"=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E3=80=81=E8=B0=83=E8=AF=95=E5=92=8C=E8=AE=BE=E8=AE=A1"?= =?UTF-8?q?=E6=9B=B4=E7=AC=A6=E5=90=88=E4=B8=AD=E6=96=87=E8=A1=A8=E8=BE=BE?= =?UTF-8?q?=E4=B9=A0=E6=83=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 欢迎词优化,改为"构建、调试和设计"更符合中文表达习惯 --- desktop/src/i18n/locales/zh.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src/i18n/locales/zh.ts b/desktop/src/i18n/locales/zh.ts index 1b5b096a..2469199a 100644 --- a/desktop/src/i18n/locales/zh.ts +++ b/desktop/src/i18n/locales/zh.ts @@ -1144,7 +1144,7 @@ export const zh: Record = { // ─── Empty Session ────────────────────────────────────── 'empty.title': '新建会话', - 'empty.subtitle': '开始一个新的编码会话。Claude 已准备好帮你构建、调试和架构你的项目。', + 'empty.subtitle': '开始一个新的编码会话。Claude 已准备好帮你构建、调试和设计你的项目。', 'empty.placeholder': '随便问点什么...', 'empty.addFiles': '添加文件或图片', 'empty.slashCommands': '斜杠命令', From 2ab20e997492754c0069abdc27881f7bb5f33705 Mon Sep 17 00:00:00 2001 From: zhb <50901800+zhbdesign@users.noreply.github.com> Date: Thu, 9 Jul 2026 14:56:36 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=AC=A2=E8=BF=8E=E8=AF=8D=E4=BC=98?= =?UTF-8?q?=E5=8C=96=EF=BC=8C=E6=94=B9=E4=B8=BA"=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E3=80=81=E8=B0=83=E8=AF=95=E5=92=8C=E8=AE=BE=E8=AE=A1"?= =?UTF-8?q?=E6=9B=B4=E7=AC=A6=E5=90=88=E4=B8=AD=E6=96=87=E8=A1=A8=E8=BE=BE?= =?UTF-8?q?=E4=B9=A0=E6=83=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 欢迎词优化,改为"构建、调试和设计"更符合中文表达习惯 --- desktop/src/i18n/locales/zh-TW.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src/i18n/locales/zh-TW.ts b/desktop/src/i18n/locales/zh-TW.ts index 2503af48..e414c0d5 100644 --- a/desktop/src/i18n/locales/zh-TW.ts +++ b/desktop/src/i18n/locales/zh-TW.ts @@ -1144,7 +1144,7 @@ export const zh: Record = { // ─── Empty Session ────────────────────────────────────── 'empty.title': '新建會話', - 'empty.subtitle': '開始一個新的編碼會話。Claude 已準備好幫你構建、除錯和架構你的專案。', + 'empty.subtitle': '開始一個新的編碼會話。Claude 已準備好幫你構建、除錯和設計你的專案。', 'empty.placeholder': '隨便問點什麼...', 'empty.addFiles': '新增檔案或圖片', 'empty.slashCommands': '斜槓命令',