🌱 初步定义&获取终端参数

#195
This commit is contained in:
BTMuli
2026-01-01 19:41:44 +08:00
parent 3e31bae751
commit 15e0a60bb6
11 changed files with 498 additions and 259 deletions

View File

@@ -68,7 +68,7 @@ async function getLunaHome(
.map((key) => `${key}=${cookie[key]}`)
.join("; "),
};
if (conf.host) if (conf.host) header["x-rpc-signgame"] = conf.host;
if (conf.host) header["x-rpc-signgame"] = conf.host;
const resp = await TGHttp<TGApp.BBS.Sign.HomeResp>(url, {
method: "GET",
query: params,