ckgl/.hbuilderx/launch.json
2025-01-02 17:25:56 +08:00

17 lines
237 B
JSON

{
"version" : "1.0",
"configurations" : [
{
"playground" : "standard",
"type" : "uni-app:app-ios"
},
{
"mp-weixin" :
{
"launchtype" : "local"
},
"type" : "uniCloud"
}
]
}