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

@@ -863,6 +863,9 @@ export enum TASK_TYPE {
MINI_GAME_ERASE = 136, // 单局翻牌不超出X步
MINI_GAME_EAT_ZONGZI = 137, // 吃粽子超过X分
MINI_GAME_CATCH_ZONGZI = 138, // 接粽子超过X分
MINI_GAME_SCORE = 139, // 小游戏超过X分
MINI_GAME_STEP = 140, // 小游戏小于X步
}
// 任务累积类型