From 87afe5bf2789e175a8f49691a7338f00e7d86fa3 Mon Sep 17 00:00:00 2001 From: landaiqing <3517283258@qq.com> Date: Fri, 4 Oct 2024 23:52:45 +0800 Subject: [PATCH] :sparkles: update --- components.d.ts | 5 +- .../src/CommentInput/CommentInput.vue | 103 ++++++++++++---- .../src/CommentList/CommentList.vue | 8 -- .../src/ReplyInput/ReplyInput.vue | 112 +++++++++++++---- .../CommentReply/src/ReplyInput/index.scss | 4 +- .../CommentReply/src/ReplyList/ReplyList.vue | 7 +- .../src/ReplyReplyInput/ReplyReply.vue | 113 +++++++++++++----- .../src/ReplyReplyInput/index.scss | 4 +- src/layout/Landing/Header/Header.vue | 35 +----- src/layout/Landing/Header/index.scss | 1 + src/layout/default/Header/Header.vue | 33 +++++ src/layout/default/Header/index.scss | 40 +++++++ src/locales/language/en.ts | 2 + src/locales/language/zh.ts | 2 + src/router/router.ts | 5 +- src/utils/alova/service.ts | 4 - src/views/Main/MainPage.vue | 13 +- 17 files changed, 348 insertions(+), 143 deletions(-) create mode 100644 src/layout/default/Header/Header.vue create mode 100644 src/layout/default/Header/index.scss diff --git a/components.d.ts b/components.d.ts index 5787ca5..d7b254d 100644 --- a/components.d.ts +++ b/components.d.ts @@ -23,6 +23,8 @@ declare module 'vue' { AImagePreviewGroup: typeof import('ant-design-vue/es')['ImagePreviewGroup'] AInput: typeof import('ant-design-vue/es')['Input'] AInputPassword: typeof import('ant-design-vue/es')['InputPassword'] + AList: typeof import('ant-design-vue/es')['List'] + AListItem: typeof import('ant-design-vue/es')['ListItem'] AMenu: typeof import('ant-design-vue/es')['Menu'] AMenuItem: typeof import('ant-design-vue/es')['MenuItem'] AModal: typeof import('ant-design-vue/es')['Modal'] @@ -37,6 +39,7 @@ 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'] @@ -44,8 +47,6 @@ declare module 'vue' { CommentInput: typeof import('./src/components/CommentReply/src/CommentInput/CommentInput.vue')['default'] CommentList: typeof import('./src/components/CommentReply/src/CommentList/CommentList.vue')['default'] CommentReply: typeof import('./src/components/CommentReply/index.vue')['default'] - CopyOutlined: typeof import('@ant-design/icons-vue')['CopyOutlined'] - DeleteOutlined: typeof import('@ant-design/icons-vue')['DeleteOutlined'] DynamicTitle: typeof import('./src/components/DynamicTitle/DynamicTitle.vue')['default'] EffectsCard: typeof import('./src/components/EffectsCard/EffectsCard.vue')['default'] EyeOutlined: typeof import('@ant-design/icons-vue')['EyeOutlined'] diff --git a/src/components/CommentReply/src/CommentInput/CommentInput.vue b/src/components/CommentReply/src/CommentInput/CommentInput.vue index 0dee144..ecc1d43 100644 --- a/src/components/CommentReply/src/CommentInput/CommentInput.vue +++ b/src/components/CommentReply/src/CommentInput/CommentInput.vue @@ -24,15 +24,30 @@
- + + + +
@@ -42,17 +57,30 @@
- - diff --git a/src/components/CommentReply/src/ReplyInput/ReplyInput.vue b/src/components/CommentReply/src/ReplyInput/ReplyInput.vue index 1eee379..05fa928 100644 --- a/src/components/CommentReply/src/ReplyInput/ReplyInput.vue +++ b/src/components/CommentReply/src/ReplyInput/ReplyInput.vue @@ -8,11 +8,8 @@ {{ t('comment.cancelReply') }} - + - - -
- + + + +
@@ -51,18 +64,31 @@
- -
- + + + +
@@ -55,18 +67,31 @@
- -