From ce8607af360a351620a83efff99395d713a5ca6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=90=8C=E5=AD=A6?= Date: Tue, 12 Aug 2025 20:42:48 +0800 Subject: [PATCH] =?UTF-8?q?UPDATE:=E4=BC=98=E5=8C=96=E5=AE=8C=E5=96=84?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=BC=96=E8=BE=91=E6=A3=80=E6=B5=8B=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E7=BB=91=E5=AE=9A=E8=A2=AB=E6=A3=80=E8=AE=BE=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 2 +- .../plan/planList/components/planPopup.vue | 1334 ++++++++++------- frontend/vite.config.ts | 205 +-- 3 files changed, 881 insertions(+), 660 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index ccad702..167ae9c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -77,7 +77,7 @@ "vite-plugin-compression": "^0.5.1", "vite-plugin-eslint": "^1.8.1", "vite-plugin-html": "^3.2.0", - "vite-plugin-node-polyfills": "^0.23.0", + "vite-plugin-node-polyfills": "^0.24.0", "vite-plugin-pwa": "^0.16.5", "vite-plugin-svg-icons": "^2.0.1", "vue-tsc": "^2.0.21" diff --git a/frontend/src/views/plan/planList/components/planPopup.vue b/frontend/src/views/plan/planList/components/planPopup.vue index 8681e2f..381bec6 100644 --- a/frontend/src/views/plan/planList/components/planPopup.vue +++ b/frontend/src/views/plan/planList/components/planPopup.vue @@ -1,604 +1,802 @@ -