This commit is contained in:
puxuan 2025-07-03 21:00:59 +08:00
parent e7314d9bba
commit 3fa12d0060

View File

@ -153,6 +153,12 @@ end
function MainComp:refreshChapterInfo()
local chapterId = DataManager.ChapterData:getChapterId()
local idx = (chapterId - 1) % 5 + 1
for i = 1, 5 do
if idx == i then
else
end
end
end
function MainComp:refreshChapterInfo2()