dashboard
repositories
filestore
activity
search
login
main
/
qxgIosUniapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Ui
yfx
2026-03-13
8f1622a4796a1f42bbd2fbf8b042df6da8908ee2
[qxgIosUniapp.git]
/
.hbuilderx
/
launch.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"version" : "1.0",
"configurations" : [
{
"customPlaygroundType" : "local",
"playground" : "custom",
"type" : "uni-app:app-android"
},
{
"playground" : "standard",
"type" : "uni-app:app-ios"
}
]
}