- 移除秒合约页面及UI - 合约页Tab改为Position Held/Transaction Record - 存款/提款/转账页增加BTC/ETH - 资产页重构(用户信息+盈亏+多语言) - 注册页改版(匹配新设计稿) - 日文全面翻译+首页菜单多语言 - 代理专属注册链接支持(?code=) - 10个locale文件同步更新
21 lines
564 B
JSON
21 lines
564 B
JSON
{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
|
|
// launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数
|
|
"version": "0.0",
|
|
"configurations": [{
|
|
"app-plus" :
|
|
{
|
|
"launchtype" : "local"
|
|
},
|
|
"default" :
|
|
{
|
|
"launchtype" : "local"
|
|
},
|
|
"h5" :
|
|
{
|
|
"launchtype" : "local"
|
|
},
|
|
"type" : "uniCloud"
|
|
}
|
|
]
|
|
}
|