feat: 更新应用名称和版本,调整启动画面布局

- 将应用名称从 "Sealife" 修改为 "海豹健康"
- 更新应用版本号至 1.0.5
- 调整启动画面中 logo 的位置和约束,优化显示效果
- 修改项目配置文件,设置开发区域为简体中文
This commit is contained in:
richarjiang
2025-08-27 10:15:27 +08:00
parent a6dbe7c723
commit 37d33b28e5
4 changed files with 14 additions and 12 deletions

View File

@@ -7,7 +7,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Sealife</string>
<string>海豹健康</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>