Files
todo-frontend/manifest.json
Agent 989e18fab8
Some checks failed
continuous-integration/drone/push Build is failing
fix: 修正 index.html 引用路径,移动配置文件到根目录
2026-03-23 15:18:28 +00:00

32 lines
597 B
JSON

{
"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
}
}