fix: 添加 destr 依赖并提交 nginx.conf 修复 Docker 构建
Some checks failed
构建并部署前端到测试环境 / build-and-deploy (push) Failing after 37s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-31 21:10:18 +08:00
parent b0f18c117f
commit 85dc7f119d
2 changed files with 4 additions and 0 deletions

View File

@@ -88,6 +88,7 @@
"dayjs": "^1.11.19",
"pinia": "2.2.4",
"pinia-plugin-persistedstate": "4.1.3",
"destr": "^2.0.5",
"uview-plus": "^3.7.13",
"vue": "3.4.21",
"vue-i18n": "9.1.9",

3
pnpm-lock.yaml generated
View File

@@ -62,6 +62,9 @@ importers:
dayjs:
specifier: ^1.11.19
version: 1.11.19
destr:
specifier: ^2.0.5
version: 2.0.5
pinia:
specifier: 2.2.4
version: 2.2.4(typescript@5.8.3)(vue@3.4.21(typescript@5.8.3))