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