Files
zsw-jx-store/.hbuilderx/launch.json
2025-12-08 17:49:35 +08:00

16 lines
349 B
JSON

{
"version" : "1.0",
"configurations" : [
{
"customPlaygroundType" : "device",
"playground" : "custom",
"type" : "uni-app:app-ios"
},
{
"customPlaygroundType" : "device",
"playground" : "custom",
"type" : "uni-app:app-android"
}
]
}