From 3d1511990ac798a5d4b9c81802ae93456f57cd05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=AF=9A?= Date: Wed, 7 Jan 2026 15:41:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20workbox-window=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=EF=BC=8C=E6=9B=B4=E6=96=B0=20pnpm-lock.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/package.json | 3 ++- Web/pnpm-lock.yaml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Web/package.json b/Web/package.json index f2a633d..64b3c63 100644 --- a/Web/package.json +++ b/Web/package.json @@ -19,7 +19,8 @@ "pinia": "^3.0.4", "vant": "^4.9.22", "vue": "^3.5.25", - "vue-router": "^4.6.3" + "vue-router": "^4.6.3", + "workbox-window": "^7.4.0" }, "devDependencies": { "@eslint/js": "^9.39.1", diff --git a/Web/pnpm-lock.yaml b/Web/pnpm-lock.yaml index ab32a8c..220bf40 100644 --- a/Web/pnpm-lock.yaml +++ b/Web/pnpm-lock.yaml @@ -26,6 +26,9 @@ importers: vue-router: specifier: ^4.6.3 version: 4.6.4(vue@3.5.26) + workbox-window: + specifier: ^7.4.0 + version: 7.4.0 devDependencies: '@eslint/js': specifier: ^9.39.1