Merge remote-tracking branch 'origin/cyh666666/consumer'

This commit is contained in:
not-like-juvenile
2026-03-18 20:34:55 +08:00
2321 changed files with 130733 additions and 36674 deletions

View 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"
}
]

View File

@@ -1,6 +1,18 @@
{
"version" : "1.0",
"version" : "0.0.1",
"configurations" : [
{
"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-android"
@@ -18,5 +30,22 @@
"provider" : "alipay",
"type" : "uniCloud"
}
]
],
"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" : []
}
]
}
}