Files
ys-app/.hbuilderx/launch.json

14 lines
253 B
JSON
Raw Permalink Normal View History

{
"version" : "1.0",
"configurations" : [
{
"playground" : "standard",
"type" : "uni-app:app-android"
},
{
"openVueDevtools" : true,
"type" : "uni-app:h5"
}
]
}