fix 修正亂碼

This commit is contained in:
chiyulin0314 2025-11-18 22:24:10 +08:00
parent fcb3c5997d
commit 0175cf076a

View File

@ -100,7 +100,7 @@ public class ServerWorkMessagePanel : MonoBehaviour
}
if (presentText)
{
presentText.text = "獻上:" + workPresent;
presentText.text = "獻上:" + workPresent;
}
}