From e1057fc76eb566a52a92cf84a92b4318e3f6cfed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sat, 13 Jan 2024 16:28:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E7=AC=A6=E7=BC=96=E7=A0=81=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=A2=9E=E5=8A=A0=E2=80=9C=E5=BC=BA=E5=88=B6=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=E2=80=9D=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/components/server/http-charsets-box.js | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/web/public/js/components/server/http-charsets-box.js b/web/public/js/components/server/http-charsets-box.js index 5f2876a3..c1050b8c 100644 --- a/web/public/js/components/server/http-charsets-box.js +++ b/web/public/js/components/server/http-charsets-box.js @@ -7,7 +7,8 @@ Vue.component("http-charsets-box", { isPrior: false, isOn: false, charset: "", - isUpper: false + isUpper: false, + force: false } } return { @@ -51,13 +52,20 @@ Vue.component("http-charsets-box", { - 字符编码是否大写 + 强制替换 + + +

选中后,表示强制覆盖已经设置的字符集;不选中,表示如果源站已经设置了字符集,则保留不修改。

+ + + + 字符编码大写
-

选中后将指定的字符编码转换为大写,比如默认为utf-8,选中后将改为UTF-8

+

选中后将指定的字符编码转换为大写,比如默认为utf-8,选中后将改为UTF-8