🐛 修正扫码登录,增加网页登录

fix #89
This commit is contained in:
目棃
2024-02-01 11:20:53 +08:00
parent 619bc9d3a3
commit ac25685fbd
13 changed files with 336 additions and 49 deletions

View File

@@ -1,12 +1,12 @@
/**
* @file types/User/Account.d.ts
* @description 用户账号相关类型定义文件
* @since Beta v0.3.8
* @since Beta v0.4.3
*/
/**
* @description 用户账号相关类型定义命名空间
* @since Beta v0.3.8
* @since Beta v0.4.3
* @namespace TGApp.User.Account
* @memberof TGApp.User
*/
@@ -52,12 +52,11 @@ declare namespace TGApp.User.Account {
/**
* @description 用户 Cookie 类型
* @since Beta v0.3.8
* @since Beta v0.4.3
* @interface Cookie
* @memberof TGApp.User.Account
* @property {string} account_id 账号 ID
* @property {string} cookie_token Cookie Token
* @property {string} game_token 游戏 Token
* @property {string} ltoken LToken
* @property {string} ltuid LTUID
* @property {string} mid MID
@@ -67,7 +66,6 @@ declare namespace TGApp.User.Account {
interface Cookie {
account_id: string;
cookie_token: string;
game_token: string;
ltoken: string;
ltuid: string;
mid: string;