From da39551586802ddccf36bd524f53fa02168e4c99 Mon Sep 17 00:00:00 2001 From: landaiqing <3517283258@qq.com> Date: Tue, 15 Oct 2024 16:37:21 +0800 Subject: [PATCH] :sparkles: update dependency package --- components.d.ts | 1 - index.html | 1 - package.json | 37 +- .../src/CommentInput/CommentInput.vue | 3 +- .../src/ReplyInput/ReplyInput.vue | 3 +- .../src/ReplyReplyInput/ReplyReply.vue | 3 +- src/directives/index.ts | 13 + src/layout/default/Header/Header.vue | 28 +- src/layout/default/Header/index.scss | 2 +- src/main.ts | 6 +- src/store/modules/commentStore.ts | 27 +- src/utils/imageUtils/addWatermark.ts | 38 ++ src/views/404/NotFound.vue | 3 + src/views/QRLogin/QRLogin.vue | 4 +- vite.config.ts | 235 +++---- yarn.lock | 583 +++++++++++++----- 16 files changed, 641 insertions(+), 346 deletions(-) create mode 100644 src/directives/index.ts create mode 100644 src/utils/imageUtils/addWatermark.ts diff --git a/components.d.ts b/components.d.ts index d7b254d..556865d 100644 --- a/components.d.ts +++ b/components.d.ts @@ -39,7 +39,6 @@ declare module 'vue' { ATextarea: typeof import('ant-design-vue/es')['Textarea'] ATooltip: typeof import('ant-design-vue/es')['Tooltip'] AUpload: typeof import('ant-design-vue/es')['Upload'] - BellOutlined: typeof import('@ant-design/icons-vue')['BellOutlined'] BoxDog: typeof import('./src/components/BoxDog/BoxDog.vue')['default'] Card3D: typeof import('./src/components/Card3D/Card3D.vue')['default'] CloseCircleOutlined: typeof import('@ant-design/icons-vue')['CloseCircleOutlined'] diff --git a/index.html b/index.html index 61f9d56..0436f5d 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,5 @@
-