From 7b79a2c5a3214a9f7a073d051a5b4657ecc5ffa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=8E=AB=E5=94=90=E5=B0=BC?= Date: Tue, 8 Sep 2026 14:13:42 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E5=A4=9A?= =?UTF-8?q?=E5=A4=84=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F=E4=B8=8E=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 重构评论弹窗圆角样式与玻璃弹窗内部样式 2. 更新首页通知入口文案与样式 3. 调整tabbar图标尺寸与样式 4. 优化回到顶部组件布局 5. 重构公告列表页与详情页逻辑,添加加载延迟与数据状态管理 --- .../uh-comment-modal/uh-comment-modal.vue | 2 +- .../uh-glass-popup/uh-glass-popup.vue | 9 +- .../uh-home-notify/uh-home-notify.vue | 8 +- .../uh-scroll-top/uh-scroll-top.vue | 10 +- src/pages-blog/notice/detail.vue | 10 +- src/pages-blog/notice/notice.vue | 468 +++++++++--------- src/tabbar/TabbarItem.vue | 2 +- src/tabbar/index.vue | 8 +- 8 files changed, 255 insertions(+), 262 deletions(-) diff --git a/src/components/uh-comment-modal/uh-comment-modal.vue b/src/components/uh-comment-modal/uh-comment-modal.vue index 690f5f1..fba477f 100644 --- a/src/components/uh-comment-modal/uh-comment-modal.vue +++ b/src/components/uh-comment-modal/uh-comment-modal.vue @@ -265,7 +265,7 @@ diff --git a/src/components/uh-scroll-top/uh-scroll-top.vue b/src/components/uh-scroll-top/uh-scroll-top.vue index 5681fe9..701ae4f 100644 --- a/src/components/uh-scroll-top/uh-scroll-top.vue +++ b/src/components/uh-scroll-top/uh-scroll-top.vue @@ -22,9 +22,11 @@ \ No newline at end of file diff --git a/src/pages-blog/notice/detail.vue b/src/pages-blog/notice/detail.vue index 20cfee1..4b6f583 100644 --- a/src/pages-blog/notice/detail.vue +++ b/src/pages-blog/notice/detail.vue @@ -1,15 +1,10 @@ + + - + + + + + \ No newline at end of file diff --git a/src/tabbar/TabbarItem.vue b/src/tabbar/TabbarItem.vue index 7c84b51..c337ab0 100644 --- a/src/tabbar/TabbarItem.vue +++ b/src/tabbar/TabbarItem.vue @@ -29,7 +29,7 @@ function isActive(index: number) { - +