feat: 删除博客图片圆角

This commit is contained in:
2026-07-18 22:07:12 +08:00
parent a0db85f1f2
commit 95320835b6

View File

@@ -105,7 +105,6 @@ const published_at = formatDatetime(data.published_at, 'YYYY 年 M 月 D 日')
:global(.markdown-body img) {
object-fit: contain;
height: auto !important;
border-radius: 8px;
}
.post-view {