mrr.sj.front/.hbuilderx/launch.json

15 lines
304 B
JSON
Raw Normal View History

2026-03-30 14:53:43 +08:00
{
"version" : "1.0",
"configurations" : [
{
"playground" : "custom",
"type" : "uni-app:app-ios"
2026-04-01 13:53:24 +08:00
},
{
2026-04-09 17:48:42 +08:00
"customPlaygroundType" : "device",
"playground" : "standard",
2026-04-01 13:53:24 +08:00
"type" : "uni-app:app-android"
2026-03-30 14:53:43 +08:00
}
]
}