dashboard
repositories
filestore
activity
search
login
main
/
qxgIosUniapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
css 优化
yfx
2026-03-17
da7e9c9edc52bb9907542351bd3cf973ddedb43c
[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" : "standard",
"type" : "uni-app:app-android"
},
{
"playground" : "standard",
"type" : "uni-app:app-ios"
}
]
}