每日挑战引导

This commit is contained in:
xiekaidong 2023-06-05 11:05:00 +08:00
parent ec365ee0d8
commit c43e51b3d4
2 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,7 @@ TutorialConst.START_TUTORIAL = 1
TutorialConst.PASS_ONE_CHAPTER = 2
TutorialConst.TWO_CHAPTER_BOX_CAN_GOT = 3
TutorialConst.PASS_THREE_CHAPTER = 4
TutorialConst.UNLOCK_DAILY_CHALLENGE = 5
TutorialConst.TUTORIAL_TYPE = {
CLICK = 1, -- 点击任意区域

View File

@ -900,6 +900,12 @@ function MainCityUI:checkTutorial()
return true
end
end
if DataManager.DailyChallengeData:isOpen() then
if ModuleManager.TutorialManager:checkFuncTutorial(GConst.TutorialConst.UNLOCK_DAILY_CHALLENGE) then
return true
end
end
end
-- 检查礼包(首充/章节/新手/助力/成长/金币顺序)