fix: 换货
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 1m49s

This commit is contained in:
sexygoat
2026-06-03 17:53:52 +08:00
parent c265dacafd
commit 069eab0462
12 changed files with 865 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
{
"scripts": {
"dev:h5": "uni",
"build:h5": "cross-env UNI_INPUT_DIR=. uni build -p h5"
"build:h5": "cross-env UNI_INPUT_DIR=. uni build -p h5",
"build:h5:production": "cross-env UNI_INPUT_DIR=. uni build -p h5 --mode production"
},
"devDependencies": {
"@dcloudio/types": "3.4.19",