From e191eb8358985f54d206a860d8325655013b3c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=8E=AB=E5=94=90=E5=B0=BC?= Date: Mon, 15 Jun 2026 21:29:14 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E6=A8=A1=E7=B3=8A=E5=80=BC=E4=B8=8E=E5=B8=83=E5=B1=80=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=EF=BC=8C=E4=BC=98=E5=8C=96=E8=AF=84=E8=AE=BA=E4=B8=8E?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 调整全局背景模糊参数,统一并优化页面毛玻璃效果 2. 调整home页布局类名顺序,为post-card添加全屏宽度 3. 新增头像处理工具函数,补充随机图片源 4. 优化markdown内容容器的内边距样式 5. 重构文章详情页评论面板,实现完整评论回复功能 6. 优化文章详情页布局与样式细节 --- .../post-detail/uh-post-comment-panel.vue | 436 +++++++++++++++--- src/config/markdown/config.ts | 4 +- src/pages/home/home.vue | 4 +- src/style/uh-styles.css | 6 +- src/subpkg-blog/post-detail/post-detail.vue | 99 ++-- src/utils/imageHelper.ts | 24 +- src/utils/randomResources.ts | 29 +- 7 files changed, 480 insertions(+), 122 deletions(-) diff --git a/src/components/post-detail/uh-post-comment-panel.vue b/src/components/post-detail/uh-post-comment-panel.vue index b579413..c41039e 100644 --- a/src/components/post-detail/uh-post-comment-panel.vue +++ b/src/components/post-detail/uh-post-comment-panel.vue @@ -1,84 +1,400 @@