Files
ys-app/.hbuilderx/launch.json
2025-08-12 16:57:23 +08:00

14 lines
253 B
JSON

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