mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-06 08:32:51 +08:00
🔧 使用https协议
This commit is contained in:
@@ -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;
|
||||
|
||||
4
src/types/BBS/Geetest.d.ts
vendored
4
src/types/BBS/Geetest.d.ts
vendored
@@ -84,8 +84,8 @@ declare namespace TGApp.BBS.Geetest {
|
||||
width: string;
|
||||
/* 覆盖区域 */
|
||||
area: string;
|
||||
/* API服务器地址 */
|
||||
api_server: string;
|
||||
/** 是否使用 https 协议 */
|
||||
https: boolean;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user