整理代码

This commit is contained in:
MrZ626
2021-05-01 02:27:16 +08:00
parent f8de8d4f16
commit bd8e55b977
9 changed files with 18 additions and 14 deletions

View File

@@ -113,7 +113,7 @@ function generateLine(hole)
end
function freshDate(mode)
if not mode then mode=""end
local date=os.date"%Y/%m/%d"
local date=os.date("%Y/%m/%d")
if STAT.date~=date then
STAT.date=date
STAT.todayTime=0