consumer模块完成度95%,优化安卓端界面和小程序测试3
This commit is contained in:
14
.hbuilderx/external-commands.json
Normal file
14
.hbuilderx/external-commands.json
Normal file
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"name": "切换到消费者端配置",
|
||||
"command": "D:\\companyproject\\mall\\scripts\\build-consumer.bat",
|
||||
"type": "shell",
|
||||
"workingDir": "D:\\companyproject\\mall"
|
||||
},
|
||||
{
|
||||
"name": "恢复公共配置",
|
||||
"command": "D:\\companyproject\\mall\\scripts\\restore-config.bat",
|
||||
"type": "shell",
|
||||
"workingDir": "D:\\companyproject\\mall"
|
||||
}
|
||||
]
|
||||
@@ -1,16 +1,38 @@
|
||||
{
|
||||
"version" : "1.0",
|
||||
"version" : "0.0.1",
|
||||
"configurations" : [
|
||||
{
|
||||
"customPlaygroundType" : "device",
|
||||
"localRepoPath" : "D:/companyproject/mall",
|
||||
"packageName" : "com.huawei.hisuite",
|
||||
"playground" : "standard",
|
||||
"type" : "uni-app:app-android"
|
||||
"name" : "消费者端-微信小程序",
|
||||
"platform" : "mp-weixin",
|
||||
"postDebugTask" : "restore-config",
|
||||
"preLaunchTask" : "build-consumer-config",
|
||||
"type" : "uni-app"
|
||||
},
|
||||
{
|
||||
"name" : "消费者端-Android App",
|
||||
"platform" : "app-android",
|
||||
"type" : "uni-app"
|
||||
},
|
||||
{
|
||||
"playground" : "standard",
|
||||
"type" : "uni-app:app-ios"
|
||||
"type" : "uni-app:app-android"
|
||||
}
|
||||
]
|
||||
],
|
||||
"tasks" : {
|
||||
"version" : "0.0.1",
|
||||
"tasks" : [
|
||||
{
|
||||
"label" : "build-consumer-config",
|
||||
"type" : "shell",
|
||||
"command" : "${workspaceFolder}/scripts/build-consumer.bat",
|
||||
"problemMatcher" : []
|
||||
},
|
||||
{
|
||||
"label" : "restore-config",
|
||||
"type" : "shell",
|
||||
"command" : "${workspaceFolder}/scripts/restore-config.bat",
|
||||
"problemMatcher" : []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user