Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MoYoez committed Jul 25, 2023
1 parent 5cce84f commit a9f0c0a
Showing 1 changed file with 41 additions and 32 deletions.
73 changes: 41 additions & 32 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,47 @@

> args: Session | overflow (max:20)
```
{
"status": true,
"content": {
"phi": true,
"bests": [
{
"score": 1000000,
"acc": 100.0,
"level": "IN",
"fc": true,
"songId": "Adastraperaspera.RabbitHouse",
"songname": "Adastraperaspera",
"difficulty": 15.8,
"rks": 15.8
},
{
"score": 972338,
"acc": 99.57353210449219,
"level": "AT",
"fc": false,
"songId": "Stasis.Maozon",
"songname": "Stasis",
"difficulty": 16.4,
"rks": 16.090625251373435
}
....
],
"PlayerID": "压压鸭ya",
"ChallengeModeRank": 445,
"RankingScore": 15.800082206726074
}
```{
"status": true,
"content": {
"phi": true,
"bests": [
{
"score": 1000000,
"acc": 100.0,
"level": "IN",
"fc": true,
"songId": "Adastraperaspera.RabbitHouse",
"songname": "Ad astra per aspera",
"difficulty": 15.8,
"rks": 15.8
},
{
"score": 972338,
"acc": 99.57353210449219,
"level": "AT",
"fc": false,
"songId": "Stasis.Maozon",
"songname": "Stasis",
"difficulty": 16.4,
"rks": 16.090625251373435
},
{
"score": 975114,
"acc": 99.28541564941406,
"level": "AT",
"fc": false,
"songId": "DESTRUCTION321.Normal1zervsBrokenNerdz",
"songname": "DESTRUCTION 3,2,1",
"difficulty": 16.6,
"rks": 16.076981457484795
}
...
],
"PlayerID": "压压鸭ya",
"ChallengeModeRank": 445,
"RankingScore": 15.800082206726074
}
}
Expand Down

0 comments on commit a9f0c0a

Please sign in to comment.