read
Some checks failed
Check / lint (push) Has been cancelled
Check / typecheck (push) Has been cancelled
Check / build (build, 18.x, ubuntu-latest) (push) Has been cancelled
Check / build (build, 18.x, windows-latest) (push) Has been cancelled
Check / build (build:app, 18.x, ubuntu-latest) (push) Has been cancelled
Check / build (build:app, 18.x, windows-latest) (push) Has been cancelled
Check / build (build:mp-weixin, 18.x, ubuntu-latest) (push) Has been cancelled
Check / build (build:mp-weixin, 18.x, windows-latest) (push) Has been cancelled

This commit is contained in:
scout 2024-11-11 15:28:38 +08:00
parent af5e9bc336
commit dcad444645

View File

@ -46,8 +46,9 @@ A cross-platform chat application based on Vue 3 and UniApp.
3. 打包构建 (Build for Production): 3. 打包构建 (Build for Production):
```bash ```bash
# 测试构建
pnpm run build:h5:test pnpm run build:h5:test
```
# 生产构建 # 生产构建
pnpm run build:h5:prod pnpm run build:h5:prod
``` ```