From 85dc7f119d71769ecf6b1a4cae2c485a05f90bbd Mon Sep 17 00:00:00 2001 From: huang Date: Tue, 31 Mar 2026 21:10:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20destr=20=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=B9=B6=E6=8F=90=E4=BA=A4=20nginx.conf=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=20Docker=20=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/package.json b/package.json index e0b1fc9..3dc8da2 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6c0252e..c492d5c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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))