修正策略堆叠模式评级标准不当
This commit is contained in:
@@ -16,6 +16,6 @@ return{
|
||||
L>=120 and 3 or
|
||||
L>=70 and 2 or
|
||||
L>=40 and 1 or
|
||||
L>=26 and 0
|
||||
L>=16 and 0
|
||||
end,
|
||||
}
|
||||
|
||||
@@ -16,6 +16,6 @@ return{
|
||||
L>=80 and 3 or
|
||||
L>=40 and 2 or
|
||||
L>=20 and 1 or
|
||||
L>=26 and 0
|
||||
L>=10 and 0
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user