This commit is contained in:
pengxiaolong
2025-05-12 21:23:37 +08:00
parent ab626be4b4
commit 033cb649f8
52 changed files with 9183 additions and 6 deletions

11
unpackage/dist/dev/mp-weixin/app.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"pages": [
"pages/Home/Home",
"pages/index/index"
],
"window": {
"navigationStyle": "custom",
"statusBarBackground": "#ffffff"
},
"usingComponents": {}
}