init: Capacitor project for 十二章服饰 APK

This commit is contained in:
2026-04-18 09:49:34 +08:00
commit 09b3eb09dc
28 changed files with 2954 additions and 0 deletions

20
capacitor.config.json Normal file
View File

@@ -0,0 +1,20 @@
{
"appId": "com.shierzhang.fushi",
"appName": "十二章服饰",
"webDir": "dist",
"server": {
"url": "https://12z.52o.site"
},
"android": {
"backgroundColor": "#ffffff",
"allowMixedContent": true
},
"plugins": {
"SplashScreen": {
"launchShowDuration": 2000,
"backgroundColor": "#ffffff",
"showSpinner": false,
"androidScaleType": "CENTER_CROP"
}
}
}