简单封装保存统计、进度、设置的三个函数方便阅读代码

f11开关全屏时会自动保存设置
close #230
This commit is contained in:
MrZ626
2021-08-24 18:29:45 +08:00
parent aab45b1b14
commit 754545cc40
11 changed files with 36 additions and 35 deletions

View File

@@ -116,7 +116,7 @@ local loadingThread=coroutine.wrap(function()
end
end
if editFlag then
FILE.save(RANKS,'conf/unlock')
saveProgress()
end
YIELD('loadOther')