From 605e308159cb788e29e75ac2878dc5af5de460f0 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Tue, 1 Dec 2020 11:00:46 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=B6=88=E6=81=AF=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/settings/organization/TaskNotification.vue | 8 ++++++-- frontend/src/i18n/en-US.js | 2 +- frontend/src/i18n/zh-CN.js | 2 +- frontend/src/i18n/zh-TW.js | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/frontend/src/business/components/settings/organization/TaskNotification.vue b/frontend/src/business/components/settings/organization/TaskNotification.vue index 7b6838795e..8b2061db4d 100644 --- a/frontend/src/business/components/settings/organization/TaskNotification.vue +++ b/frontend/src/business/components/settings/organization/TaskNotification.vue @@ -2,8 +2,12 @@ + title="Notice:" + type="info" + show-icon> + diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index 4c7db949c9..8d4b86bc77 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -236,7 +236,7 @@ export default { mail: 'mail', nail_robot: 'Nail robot', enterprise_wechat_robot: 'Enterprise wechat robot', - notes: 'Note: 1. Nail and create a custom robot in the enterprise group, and then copy the webhook address on our platform;\n' + + notes: '1. Nail and create a custom robot in the enterprise group, and then copy the webhook address on our platform;\n' + '\n' + '2. Robots are selected as swarm robots, and "custom keyword" is selected for security verification: "task notification";\n' + '\n' + diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index fcd9ca2fb5..c72a8b444f 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -237,7 +237,7 @@ export default { mail: '邮件', nail_robot: '钉钉机器人', enterprise_wechat_robot: '企业微信机器人', - notes: '注意:1.钉钉和企业群里新建一个自定义机器人,然后复制 webhook 地址在我们平台上;\n' + + notes: '1.钉钉和企业群里新建一个自定义机器人,然后复制 webhook 地址在我们平台上;\n' + ' 2.机器人选择为群机器人,安全验证选择“自定义关键词” :"任务通知";\n' + ' 3.选择接收人时必须是你所建的群里包含的人,接收人手机号为必填项且为钉钉企业所使用的手机号,', message: '事件,接收人,接收方式为必填项', diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index f346937596..702846cbb4 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -237,7 +237,7 @@ export default { mail: '郵件', nail_robot: '釘釘機器人', enterprise_wechat_robot: '企業微信機器人', - notes: '註意: 1.事件,接收方式,接收人為必填項;\n' + + notes: '1.事件,接收方式,接收人為必填項;\n' + ' 2.接收方式除郵件外webhook為必填;\n' + ' 3.機器人選擇為群機器人,安全驗證選擇“自定義關鍵詞” :"任務通知"', message: '事件,接收人,接收方式為必填項',