From dca075349248a806fa168d5b3394afc813f049ec Mon Sep 17 00:00:00 2001 From: ibuler Date: Wed, 16 Jun 2021 17:09:07 +0800 Subject: [PATCH] =?UTF-8?q?perf(setting):=20=E4=BC=98=E5=8C=96=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E8=AE=BE=E7=BD=AE=E4=B8=AD=E7=9A=84=EF=BC=8C=E5=8D=B1?= =?UTF-8?q?=E9=99=A9=E5=91=BD=E4=BB=A4=E5=91=8A=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/cn.json | 1 + src/i18n/langs/en.json | 1 + src/views/settings/Security.vue | 21 +++++++++++---------- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/src/i18n/langs/cn.json b/src/i18n/langs/cn.json index 235d1c872..e5f507f6d 100644 --- a/src/i18n/langs/cn.json +++ b/src/i18n/langs/cn.json @@ -729,6 +729,7 @@ } }, "setting": { + "InsecureCommandNotifyToSubscription": "危险命令通知已升级到消息订阅中,支持更多通知方式", "ApiKeyList": "API Key 列表", "AssetCount": "资产数量", "Basic": "基本设置", diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 9431f5d0d..4a84380e6 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -727,6 +727,7 @@ } }, "setting": { + "InsecureCommandNotifyToSubscription": "Insecure command notification setting, change to system message subscription, support more notify method", "ApiKeyList": "Api key list", "AssetCount": "Asset count", "Basic": "Basic setting", diff --git a/src/views/settings/Security.vue b/src/views/settings/Security.vue index 35295a858..1dea8f0df 100644 --- a/src/views/settings/Security.vue +++ b/src/views/settings/Security.vue @@ -12,6 +12,7 @@