consumer模块完成度95%,优化安卓端界面和小程序测试3

This commit is contained in:
cyh666666
2026-03-13 17:12:00 +08:00
parent b2a6e5a142
commit b5c7947ad8
1741 changed files with 3427 additions and 2036 deletions

View File

@@ -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" : []
}
]
}
}