任务:登录任务

This commit is contained in:
luying
2022-04-26 20:06:05 +08:00
parent b37586a706
commit 84304927c7
4 changed files with 22 additions and 13 deletions

View File

@@ -52,6 +52,8 @@ export class TaskParamInter {
jewels?: JewelType[]; // 天晶石
debugInfo?: {condition: number};
loginTime?: number;
};
export class TaskParam extends TaskParamInter {