Files
WAI_Project_UNIX/.hbuilderx/launch.json
2025-11-24 23:34:38 +08:00

17 lines
451 B
JSON

{
"version" : "1.0",
"configurations" : [
{
"playground" : "standard",
"type" : "uni-app:app-ios_simulator"
},
{
"customPlaygroundType" : "local",
"localRepoPath" : "D:/Files/NCZY/PROJECT/cool-unix/unpackage/resources/app-android",
"packageName" : "cool-unix",
"playground" : "custom",
"type" : "uni-app:app-android"
}
]
}