略微提高blind_wtf模式上榜条件

This commit is contained in:
MrZ626
2021-01-21 23:10:14 +08:00
parent 28380815e7
commit 9a619734ae

View File

@@ -66,6 +66,6 @@ return{
L>=20 and 3 or
L>=10 and 2 or
L>=5 and 1 or
L>=1 and 0
L>=2 and 0
end,
}