手动输入区间

This commit is contained in:
weicw
2023-09-20 18:53:56 +08:00
parent d93010e6fc
commit 030c4a9c69
9 changed files with 64 additions and 364 deletions

View File

@@ -2,15 +2,19 @@
// launchtype项可配置值为local或remote, local代表前端连本地云函数remote代表前端连云端云函数
"version": "0.0",
"configurations": [{
"default" :
"app-plus" :
{
"launchtype" : "local"
},
"h5" :
"default" :
{
"launchtype" : "local"
},
"mp-weixin" :
"h5" :
{
"launchtype" : "local"
},
"mp-weixin" :
{
"launchtype" : "local"
},