From a510875d386a2df58f65af62b46f55e9f2c568bb 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, 16 Jun 2026 01:44:17 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E5=A4=9A=E5=A4=84?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2UI=E7=BB=86=E8=8A=82=E4=B8=8E=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 将动态页面默认视图从时间线模式改为非时间线模式 2. 修复分享按钮的默认样式问题,移除多余边框和背景 3. 调整登录页分隔线上下间距与微信登录按钮高度 4. 隐藏文章卡片的分类信息展示 --- src/components/uh-post-card/uh-post-card.vue | 14 ++++++++------ src/pages/auth/login.vue | 4 ++-- src/pages/moments/moments.vue | 2 +- src/subpkg-blog/post-detail/post-detail.vue | 2 +- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/components/uh-post-card/uh-post-card.vue b/src/components/uh-post-card/uh-post-card.vue index e03e391..71d1496 100644 --- a/src/components/uh-post-card/uh-post-card.vue +++ b/src/components/uh-post-card/uh-post-card.vue @@ -119,12 +119,14 @@ function handleToPostDetail() { {{ timeFrom(post.spec.publishTime) }} - - · - - - {{ post.categories.map(c => c.spec.displayName).join('·') }} - +