fix: 修正 app_name 资源(键写成中文导致 build 失败 + label 引用断裂)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
lanterngamescn
2026-06-27 13:59:16 +08:00
co-authored by Claude Opus 4.8
parent cb6cf1318b
commit cfd5ac3060
+1 -1
View File
@@ -2,7 +2,7 @@
"string": [ "string": [
{ {
"name": "app_name", "name": "app_name",
"value": "GameLobby" "value": "进贤聚友棋牌"
} }
] ]
} }