🔧 使用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

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