Files
ai-learning-platform/mobile/src/manifest.json
T

26 lines
443 B
JSON

{
"name": "宇之然 AI",
"appid": "__UNI__XXXXXXX",
"versionName": "1.0.0",
"versionCode": "100",
"description": "让每个人都能用好 AI",
"uni-app": {
"hbuilder": {
"launch_path": "pages/index/index"
}
},
"mp-weixin": {
"appid": "",
"setting": {
"urlCheck": false
},
"usingComponents": true
},
"h5": {
"title": "宇之然 AI",
"router": {
"mode": "hash"
}
}
}