From 92f019cf7cb27d5316c6ff1bd1e2f8af4be50ec1 Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:36:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=AA=E9=9D=99=E6=80=81=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=8F=90=E7=A4=BA=20(#4678)?= 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/tw.ts | 1 + frontend/src/lang/modules/zh.ts | 1 + .../src/views/website/website/config/basic/rewrite/index.vue | 5 +++-- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 21179b14e..ff367e646 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -1937,6 +1937,8 @@ const message = { keyType: 'Key algorithm', tencentCloud: 'Tencent Cloud', containWarn: 'The domain name contains the main domain, please re-enter', + rewriteHelper2: + 'Applications such as WordPress installed from the app store have pseudo-static configuration by default. Repeated configuration may result in errors', }, php: { short_open_tag: 'Short tag support', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 14c35f71c..ee2f16e0b 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -1812,6 +1812,7 @@ const message = { keyType: '密鑰演算法', tencentCloud: '騰訊雲', containWarn: '其他域名中包含主域名,请重新輸入', + rewriteHelper2: '從應用程式商店安裝的 WordPress 等應用,預設已經配置好偽靜態,重複配置可能會報錯', }, php: { short_open_tag: '短標簽支持', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index a8befb235..92d8cdfd8 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -1812,6 +1812,7 @@ const message = { keyType: '密钥算法', tencentCloud: '腾讯云', containWarn: '其他域名中包含主域名,请重新输入', + rewriteHelper2: '从应用商店安装的 WordPress 等应用,默认已经配置好伪静态,重复配置可能会报错', }, php: { short_open_tag: '短标签支持', diff --git a/frontend/src/views/website/website/config/basic/rewrite/index.vue b/frontend/src/views/website/website/config/basic/rewrite/index.vue index f44318b6d..93aeb13e7 100644 --- a/frontend/src/views/website/website/config/basic/rewrite/index.vue +++ b/frontend/src/views/website/website/config/basic/rewrite/index.vue @@ -1,7 +1,7 @@