feat(任务): 添加小游戏的任务

This commit is contained in:
luying
2023-06-17 16:57:34 +08:00
parent be09636e85
commit c751b6db57
5 changed files with 63 additions and 15 deletions

View File

@@ -64,6 +64,7 @@ export class TaskParamInter {
score?: number; // 小游戏得分
step?: number; // 步数
gameType?: number; // 小游戏类型
};
export class TaskParam extends TaskParamInter {