From d8d08f96890cae5e3942128acd5e5ec8bc7ee1da 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 16:04:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=95=B4=E4=BD=93=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E9=A1=B9=E7=9B=AE=E9=A1=B5=E9=9D=A2=E4=B8=8E=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=A0=B7=E5=BC=8F=E4=B8=8E=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 移除冗余组件注释与老旧类名,统一样式规范 2. 新增自定义导航栏适配,修复导航栏层级与返回按钮逻辑 3. 调整列表页面布局,统一添加box-border与间距规范 4. 优化友链弹窗与联系页面样式,修复文案与交互细节 5. 重构关于与免责声明页面,适配动态站点信息 6. 统一瞬间页面与投票页面的UI风格与代码结构 --- .../uh-data-loading/uh-data-loading.vue | 22 +- src/components/uh-navbar/uh-navbar.vue | 6 +- src/components/uh-vote-card/uh-vote-card.vue | 6 +- src/pages-blog/about/about.vue | 170 ++-- src/pages-blog/contact/contact.vue | 16 +- src/pages-blog/disclaimers/disclaimers.vue | 145 +-- src/pages-blog/friend-links/friend-links.vue | 21 +- src/pages-blog/notice/notice.vue | 10 +- src/pages-blog/vote-detail/vote-detail.vue | 835 +++++++++--------- src/pages-blog/votes/votes.vue | 653 +++++++------- src/pages/tabbar/category/category.vue | 7 +- src/pages/tabbar/gallery/gallery.vue | 7 +- src/pages/tabbar/home/home.vue | 7 +- src/pages/tabbar/moments/moments.vue | 186 ++-- 14 files changed, 1031 insertions(+), 1060 deletions(-) diff --git a/src/components/uh-data-loading/uh-data-loading.vue b/src/components/uh-data-loading/uh-data-loading.vue index 3440849..157b7d9 100644 --- a/src/components/uh-data-loading/uh-data-loading.vue +++ b/src/components/uh-data-loading/uh-data-loading.vue @@ -1,5 +1,7 @@