提交
This commit is contained in:
19
.hbuilderx/launch.json
Normal file
19
.hbuilderx/launch.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"version" : "1.0",
|
||||
"configurations" : [
|
||||
{
|
||||
"openVueDevtools" : false,
|
||||
"type" : "uni-app:miniProgram"
|
||||
},
|
||||
{
|
||||
"openVueDevtools" : true,
|
||||
"type" : "uni-app:app-ios"
|
||||
},
|
||||
{
|
||||
"customPlaygroundType" : "local",
|
||||
"openVueDevtools" : true,
|
||||
"playground" : "custom",
|
||||
"type" : "uni-app:app-android"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user