dashboard
repositories
filestore
activity
search
login
main
/
responseApp
自然灾害uni-app前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
提交上拉加载
马宇豪
2023-08-01
419ad623db22db5fa34e88ab771d2161fe12e920
[responseApp.git]
/
.hbuilderx
/
launch.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"version" : "1.0",
"configurations" : [
{
"playground" : "custom",
"type" : "uni-app:app-android"
},
{
"app-plus" : {
"launchtype" : "local"
},
"type" : "uniCloud"
}
]
}