From c92a5019c3d65194f5f5ac399cfb87fb51ca5bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Mon, 13 Apr 2026 14:44:31 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=B8=93=E5=AE=B6=E4=BB=A3=E8=A1=A8?= =?UTF-8?q?=E4=BD=9C=E5=81=87=E6=95=B0=E6=8D=AE=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/components/email/TmrEmailEditor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/page/components/email/TmrEmailEditor.vue b/src/components/page/components/email/TmrEmailEditor.vue index a1aaaa1..7e8510c 100644 --- a/src/components/page/components/email/TmrEmailEditor.vue +++ b/src/components/page/components/email/TmrEmailEditor.vue @@ -86,7 +86,7 @@ export default { expert_title: "Prof", // 专家职称 (如 Prof./Dr.) expert_name: "John Doe", // 专家姓名 expert_field: "Biomedical Engineering", // 专家研究领域 - // representative_work_title: "Advanced Applications of AI in Medical Imaging", // 专家代表作标题 + representative_work_title: "Advanced Applications of AI in Medical Imaging", // 专家代表作标题 // ai_content_analysis: "", // AI 约稿理由分析 From ae5be5f20fae67c7e59c3f97875ee5c16fde159d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Tue, 14 Apr 2026 09:09:30 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E9=82=AE=E4=BB=B6=E6=A8=A1=E7=89=88=E5=8F=98=E9=87=8F=20?= =?UTF-8?q?=E8=8B=B1=E6=96=87=E6=8F=90=E7=A4=BA=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/langs/en.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/langs/en.js b/src/components/common/langs/en.js index 89c83d8..48f693c 100644 --- a/src/components/common/langs/en.js +++ b/src/components/common/langs/en.js @@ -1158,7 +1158,7 @@ colTitle: 'Template title', preview: 'Preview', previewWithVariables: 'Preview (showing variables)', previewWithVariablesTitle: 'Preview (showing variables)', - previewWithVariablesHint: 'The expert data is an example, used for variablespelling check only.', + previewWithVariablesHint: 'The expert data is an example, used for variable spelling check only.', close: 'Close', placeholder: 'Please enter email content' }