💄 微调月谕模式ui

This commit is contained in:
BTMuli
2025-10-17 17:50:27 +08:00
parent bc22612da7
commit f890165894
5 changed files with 51 additions and 12 deletions

View File

@@ -84,12 +84,12 @@ async function index(
* @since Beta v0.6.3
* @param {TGApp.App.Account.Cookie} cookie Cookie
* @param {TGApp.Sqlite.Account.Game} user 用户
* @returns {Promise<TGApp.Game.Combat.Combat[] | TGApp.BBS.Response.Base|false>}
* @returns {Promise<Array<TGApp.Game.Combat.Combat> | TGApp.BBS.Response.Base|false>}
*/
async function roleCombat(
cookie: TGApp.App.Account.Cookie,
user: TGApp.Sqlite.Account.Game,
): Promise<TGApp.Game.Combat.Combat[] | TGApp.BBS.Response.Base | false> {
): Promise<Array<TGApp.Game.Combat.Combat> | TGApp.BBS.Response.Base | false> {
const ck = {
account_id: cookie.account_id,
cookie_token: cookie.cookie_token,