fix: manifest.json 和 pages.json 放回 src 目录
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Agent
2026-03-23 15:21:46 +00:00
parent 989e18fab8
commit 7690907a45
2 changed files with 0 additions and 0 deletions

31
src/manifest.json Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "建材销售管家",
"appid": "__UNI__BUILDING",
"description": "建材销售管家移动端应用",
"versionName": "1.0.0",
"versionCode": "100",
"transformPx": false,
"app-plus": {
"usingComponents": true,
"splashscreen": {
"alwaysShowBeforeRender": true,
"waiting": true,
"autoclose": true,
"delay": 0
},
"modules": {}
},
"h5": {
"router": {
"mode": "hash",
"base": "/"
}
},
"mp-weixin": {
"appid": "wx1234567890",
"setting": {
"urlCheck": false
},
"usingComponents": true
}
}