feat: 完善启动分发逻辑,优化小组件背景适配与点赞图标交互

This commit is contained in:
1
2026-02-02 17:17:10 +08:00
parent 228fd7fd84
commit 4b739dd194
6 changed files with 179 additions and 79 deletions

View File

@@ -1,11 +1,11 @@
{
"expo": {
"name": "Hey Mama",
"slug": "hey-mama",
"name": "client",
"slug": "client",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "heymama",
"scheme": "client",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"splash": {
@@ -15,7 +15,7 @@
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.heymama.app"
"bundleIdentifier": "com.anonymous.client"
},
"android": {
"adaptiveIcon": {