🔧 使用https协议

This commit is contained in:
BTMuli
2025-11-21 23:53:09 +08:00
parent 955a1a3c54
commit 45ff02b998
2 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ async function displayBox(
product: "custom",
area: "#verify",
width: "250px",
api_server: "https://api.geetest.com",
https: true,
},
(captchaObj: TGApp.BBS.Geetest.GeetestCaptcha) => {
if (geetestEl.value === null) return;

View File

@@ -84,8 +84,8 @@ declare namespace TGApp.BBS.Geetest {
width: string;
/* 覆盖区域 */
area: string;
/* API服务器地址 */
api_server: string;
/** 是否使用 https 协议 */
https: boolean;
};
/**