更新json和部分dictionary定义

This commit is contained in:
luying
2021-01-06 17:16:15 +08:00
parent 44ebf774b9
commit 514a8de340
25 changed files with 4240 additions and 28 deletions

View File

@@ -0,0 +1,23 @@
[
{
"id": 1,
"score": 15,
"maxLv": 4,
"minLv": 2,
"ratio": 0.95
},
{
"id": 2,
"score": 10,
"maxLv": 1,
"minLv": -1,
"ratio": 0.75
},
{
"id": 3,
"score": 5,
"maxLv": -2,
"minLv": -4,
"ratio": 0.5
}
]