Fix default values for OK and Bad
Modify launch url
This commit is contained in:
parent
6a037457d0
commit
9ab12ba0cb
@ -110,7 +110,9 @@ public class PlayResultController : BaseController<PlayResultController>
|
|||||||
{
|
{
|
||||||
Baid = danScoreData.Baid,
|
Baid = danScoreData.Baid,
|
||||||
DanId = danScoreData.DanId,
|
DanId = danScoreData.DanId,
|
||||||
SongNumber = (uint)songNumber
|
SongNumber = (uint)songNumber,
|
||||||
|
OkCount = stageData.OkCnt,
|
||||||
|
BadCount = stageData.NgCnt
|
||||||
});
|
});
|
||||||
|
|
||||||
danStageData.HighScore = Math.Max(danStageData.HighScore, stageData.PlayScore);
|
danStageData.HighScore = Math.Max(danStageData.HighScore, stageData.PlayScore);
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"commandName": "Project",
|
"commandName": "Project",
|
||||||
"dotnetRunMessages": true,
|
"dotnetRunMessages": true,
|
||||||
"launchBrowser": true,
|
"launchBrowser": true,
|
||||||
"launchUrl": "swagger",
|
"launchUrl": "",
|
||||||
"applicationUrl": "http://localhost:5000",
|
"applicationUrl": "http://localhost:5000",
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
|
Loading…
Reference in New Issue
Block a user