Files
medical-mall/.hbuilderx/launch.json
not-like-juvenile 427010f7db 云服务推送
2026-02-27 16:02:44 +08:00

23 lines
480 B
JSON

{
"version" : "1.0",
"configurations" : [
{
"playground" : "standard",
"type" : "uni-app:app-android"
},
{
"app" : {
"launchtype" : "remote"
},
"default" : {
"launchtype" : "local"
},
"h5" : {
"launchtype" : "local"
},
"provider" : "alipay",
"type" : "uniCloud"
}
]
}