FESTIVAL变量改名THEME

This commit is contained in:
MrZ626
2021-03-08 14:33:23 +08:00
parent 30a8444840
commit 796bd649c2
4 changed files with 22 additions and 22 deletions

View File

@@ -117,11 +117,11 @@ local loadingThread=coroutine.create(function()
authToken=USER.authToken,
})
]]
if FESTIVAL=="Xmas"then
if THEME=="Xmas"then
LOG.print("==============",COLOR.red)
LOG.print("Merry Christmas!",COLOR.white)
LOG.print("==============",COLOR.red)
elseif FESTIVAL=="sprFes"then
elseif THEME=="sprFes"then
LOG.print(" ★☆☆★",COLOR.red)
LOG.print("新年快乐!",COLOR.white)
LOG.print(" ★☆☆★",COLOR.red)