(WIP) 重构客户端

This commit is contained in:
CrescentLeaf
2025-12-07 18:31:42 +08:00
parent 34d46a85f1
commit 20986af1ba
23 changed files with 714 additions and 347 deletions

View File

@@ -13,11 +13,6 @@ const client = new LingChairClient({
device_id: data.device_id,
auto_fresh_token: true,
})
try {
await performAuth({})
} catch (_) {
console.log(_)
}
export default function getClient() {
return client