Merge branch 'NewMaster' into LouDi_Quan

This commit is contained in:
shenjianxing 2025-04-27 14:28:11 +08:00
commit 2bb6354c6f

View File

@ -60,7 +60,7 @@ namespace QFramework.Example
public string GetScoreDataJson() public string GetScoreDataJson()
{ {
return ScoreController.Instance.GetModuleDictJson(InputName.text, InputId.text, this.Sum.text); return ScoreController.Instance.GetModuleDictJson(InputName.text, InputId.text, this.Score.text);
} }