diff --git a/src/models/Diner.lua b/src/models/Diner.lua index 77fbd34..2d5de21 100644 --- a/src/models/Diner.lua +++ b/src/models/Diner.lua @@ -41,11 +41,11 @@ function Diner:refreshDailyData(notify) if data.show ~= "" then -- 不填=默认刷出,1=达成前置任务,2=通关关卡 local showC = data.show:toArray(true, "=") - if showC[1] == 1 then + if showC[1] == 2 then if not hangPass[showC[2]] then show = false end - elseif showC[1] == 2 then + elseif showC[1] == 1 then if not entrustB[showC[2]] then show = false end -- libgit2 0.21.2