首次提交

This commit is contained in:
zeronline
2026-06-25 08:39:47 +08:00
parent 20a93c703a
commit c5cccd346b
169 changed files with 24720 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"expo": {
"name": "寸进",
"slug": "inchstep",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#FF6B35"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.inchstep.app"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FF6B35"
},
"package": "com.inchstep.app"
},
"plugins": []
}
}