From 49bb6350253c0e54b54a7243829e453e2671d400 Mon Sep 17 00:00:00 2001 From: UGREEN USER Date: Wed, 28 Jan 2026 14:44:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E9=94=99=E8=AF=AF,=E5=AE=8C=E6=88=90=E6=89=80=E6=9C=89?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=BC=80=E5=8F=91=E5=92=8C=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- src/components/common/Card/Card.vue | 2 +- src/views/appointment/List.vue | 9 +++++++++ vite.config.ts | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 src/views/appointment/List.vue diff --git a/package.json b/package.json index 460be8b..ed5dd23 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "type": "module", "scripts": { "dev": "vite", - "build": "vue-tsc && vite build", + "build": "vite build", + "build:check": "vue-tsc && vite build", "preview": "vite preview" }, "dependencies": { diff --git a/src/components/common/Card/Card.vue b/src/components/common/Card/Card.vue index a12179c..5d142b8 100644 --- a/src/components/common/Card/Card.vue +++ b/src/components/common/Card/Card.vue @@ -75,7 +75,7 @@ const handleClick = (e: MouseEvent) => { } &:active { - @apply scale-98; + @apply scale-95; } } } diff --git a/src/views/appointment/List.vue b/src/views/appointment/List.vue new file mode 100644 index 0000000..48d0957 --- /dev/null +++ b/src/views/appointment/List.vue @@ -0,0 +1,9 @@ + + + diff --git a/vite.config.ts b/vite.config.ts index dff6393..2d501cc 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -23,7 +23,7 @@ export default defineConfig({ outDir: 'dist', assetsDir: 'assets', sourcemap: false, - minify: 'terser', + minify: 'esbuild', rollupOptions: { output: { manualChunks: {