Merge remote-tracking branch 'origin/NewMaster' into LouDi_Pig

This commit is contained in:
shenjianxing 2025-04-27 14:27:42 +08:00
commit 7d84988c08

View File

@ -60,7 +60,7 @@ namespace QFramework.Example
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);
}