From 311a314107f4cf37b2432e6bc728f32c96117a79 Mon Sep 17 00:00:00 2001 From: A1Panda Date: Wed, 14 May 2025 22:01:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=85=A5=E5=BC=BA?= =?UTF-8?q?=E5=88=B6=E4=BD=BF=E7=94=A8=E6=B5=B7=E5=A4=96=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E7=9A=84=E9=85=8D=E7=BD=AE=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guoba.support.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/guoba.support.js b/guoba.support.js index b0ef029..1b3c831 100644 --- a/guoba.support.js +++ b/guoba.support.js @@ -64,6 +64,13 @@ export function supportGuoba() { placeholder: "请输入端口(默认:7890)", }, }, + { + field: "tools.forceOverseasServer", + label: "强制使用海外服务器", + bottomHelpMessage: "设置为开启时,Twitter、TikTok等平台将强制使用代理", + component: "Switch", + required: false, + }, { field: "tools.identifyPrefix", label: "识别前缀",