chore: 统一项目名称为OGame-Vue-Ts

将android打包文件名、package.json中的productName统一为“OGame-Vue-Ts”,去除main.go中的emoji符号,控制台输出更简洁。提升品牌一致性与可读性。
This commit is contained in:
谦君
2025-12-24 03:11:18 +08:00
parent 9ea6fabbd1
commit 11dbdcc82a
3 changed files with 12 additions and 12 deletions

View File

@@ -82,7 +82,7 @@
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
"build": {
"appId": "games.wenzi.ogame",
"productName": "OGame Vue Ts",
"productName": "OGame-Vue-Ts",
"directories": {
"output": "pkg"
},