This commit is contained in:
Project Unity 2025-11-18 22:25:26 +08:00
commit 06340998f8
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -98,4 +98,5 @@ InitTestScene*.unity*
# Auto-generated scenes by play mode tests # Auto-generated scenes by play mode tests
/[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity* /[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity*
# Rider
.idea/ .idea/

View File

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