This commit is contained in:
zhu
2026-03-27 17:55:18 +08:00
parent ee03132cee
commit 382f6b9811
34 changed files with 1406 additions and 376 deletions

View File

@@ -3,7 +3,7 @@
"projectname": "wx_app_template",
"setting": {
"compileHotReLoad": true,
"urlCheck": true,
"urlCheck": false,
"coverView": true,
"lazyloadPlaceholderEnable": false,
"skylineRenderEnable": false,
@@ -20,17 +20,5 @@
"bigPackageSizeSupport": false
},
"libVersion": "3.15.1",
"condition": {
"miniprogram": {
"list": [
{
"name": "pages/home/index",
"pathName": "pages/home/index",
"query": "",
"scene": null,
"launchMode": "default"
}
]
}
}
"condition": {}
}