整理代码

This commit is contained in:
MrZ_26
2023-09-23 04:01:55 +08:00
parent 7e8e67694d
commit 3ebc93e65c
108 changed files with 694 additions and 694 deletions

View File

@@ -9,14 +9,14 @@ return {
local L=P.stat.row
if L<40 then
return
L>25 and 2 or
L>10 and 1 or
L>5 and 0
L>25 and 2 or
L>10 and 1 or
L>5 and 0
end
local T=P.stat.time
return
T<=260 and 5 or
T<=420 and 4 or
3
T<=260 and 5 or
T<=420 and 4 or
3
end,
}