bonus-material-app/.hbuilderx/launch.json

16 lines
294 B
JSON
Raw Normal View History

2024-11-12 09:21:04 +08:00
{
2024-11-18 09:05:38 +08:00
"version" : "1.0",
2024-11-12 09:21:04 +08:00
"configurations" : [
{
2025-05-15 09:10:30 +08:00
"playground" : "standard",
2024-11-12 09:21:04 +08:00
"type" : "uni-app:app-android"
2024-11-18 09:05:38 +08:00
},
2024-11-18 10:13:12 +08:00
{
"app-plus" : {
"launchtype" : "local"
},
"type" : "uniCloud"
}
2024-11-12 09:21:04 +08:00
]
}