diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index f0c5548dd..02a89138b 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 4b8fcf1f4..10bcc4938 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -1813,6 +1813,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 7d5816191..c4385211c 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -1813,6 +1813,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 @@