Compare commits

..

No commits in common. '700f63a0947ff306ba781f623eb9e07edbdee716' and '4cb1eabbbc154e9ebe02e637d33831d9b8109801' have entirely different histories.

1
.gitignore vendored

@ -1,3 +1,2 @@
/node_modules /node_modules
/unpackage/dist /unpackage/dist
/.hbuilderx

@ -0,0 +1,16 @@
{ // launch.json configurations app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
// launchtypelocalremote, localremote
"version": "0.0",
"configurations": [{
"default" :
{
"launchtype" : "local"
},
"mp-weixin" :
{
"launchtype" : "local"
},
"type" : "uniCloud"
}
]
}
Loading…
Cancel
Save