From d72bb22db7e2d0f732745d27e439b09f6a79a534 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Wed, 8 Mar 2023 15:21:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=99=90=E5=88=B6=20WAF=20=E7=A9=BA?= =?UTF-8?q?=E5=80=BC=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/modules/en.ts | 2 +- frontend/src/lang/modules/zh.ts | 2 +- .../config/safety/simple-list/index.vue | 22 ++++++++++++++----- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 207e88471..91cb651c9 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -1068,7 +1068,7 @@ export default { notSecurity: '(not safe)', encryptHelper: "Let's Encrypt has a frequency limit for issuing certificates, but it is sufficient to meet normal needs. Too frequent operations will cause issuance failure. For specific restrictions, please see official document ", - ipValue: 'IP value', + ipValue: 'Value', ext: 'file extension', wafInputHelper: 'Input data by line, one line', data: 'data', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index 879bdf059..d2f6e3c9b 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -1072,7 +1072,7 @@ export default { notSecurity: '(不安全)', encryptHelper: "Let's Encrypt 签发证书有频率限制,但足以满足正常需求,过于频繁操作会导致签发失败。具体限制请看 官方文档 ", - ipValue: 'IP值', + ipValue: '值', ext: '文件扩展名', wafInputHelper: '按行输入数据,一行一个', data: '数据', diff --git a/frontend/src/views/website/website/config/safety/simple-list/index.vue b/frontend/src/views/website/website/config/safety/simple-list/index.vue index 0442699a7..b11fc721a 100644 --- a/frontend/src/views/website/website/config/safety/simple-list/index.vue +++ b/frontend/src/views/website/website/config/safety/simple-list/index.vue @@ -18,7 +18,7 @@ {{ $t('commons.button.add') }} - +