From 7d0ac45e8ae73e5f5fe9bba9e0c3a573323cc794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=87=E8=B6=A3=E4=BF=9D=E7=BD=97?= Date: Wed, 20 May 2026 19:01:12 +0800 Subject: [PATCH] =?UTF-8?q?Feat:=20=E6=9B=B4=E6=96=B0=20UI=20=E7=BB=86?= =?UTF-8?q?=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 页眉样式修改,增加社交媒体按钮 调整卡片内间距和整体宽度 修复手机版文章卡片插图展示异常 --- app/components/layout/footer.tsx | 2 +- app/components/layout/header.tsx | 29 ++++++++++++++++++++++++----- app/components/ui/icons.tsx | 4 ++++ app/root.tsx | 2 +- app/routes/gallery.tsx | 2 +- app/routes/index.tsx | 4 ++++ app/routes/note-detail.tsx | 4 ++-- app/routes/note.tsx | 12 ++++++------ app/routes/page.tsx | 4 ++-- 9 files changed, 45 insertions(+), 18 deletions(-) diff --git a/app/components/layout/footer.tsx b/app/components/layout/footer.tsx index dc24a0d..83374ef 100644 --- a/app/components/layout/footer.tsx +++ b/app/components/layout/footer.tsx @@ -3,7 +3,7 @@ const { APP_SITENAME, APP_FOOTER_EXTRA } = import.meta.env; function Footer() { return (