直接启动原神

close #80
This commit is contained in:
目棃
2024-09-30 19:21:50 +08:00
parent 911aeed9ea
commit df3158f428
13 changed files with 541 additions and 4049 deletions

View File

@@ -223,4 +223,18 @@ declare namespace TGApp.BBS.Response {
list: TGApp.BBS.Account.GameAccount[];
};
}
/**
* @description 获取登录 ticket
* @interface getAuthTicketByGameBiz
* @since Beta v0.6.0
* @extends BaseWithData
* @property {string} data.ticket
* @returns getAuthTicketByGameBiz
*/
interface getAuthTicketByGameBiz extends BaseWithData {
data: {
ticket: string;
};
}
}