From ffb3c37546ab7f7c580a7c74e7d2b4ea7866fc08 Mon Sep 17 00:00:00 2001 From: RiseForever Date: Sun, 30 Aug 2026 19:43:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtools=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/posts/2026/08/Untitled.md | 0 src/content/posts/2026/08/august.md | 8 +++++--- src/styles/shortcodes.css | 6 ++++++ 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 src/content/posts/2026/08/Untitled.md diff --git a/src/content/posts/2026/08/Untitled.md b/src/content/posts/2026/08/Untitled.md new file mode 100644 index 0000000..e69de29 diff --git a/src/content/posts/2026/08/august.md b/src/content/posts/2026/08/august.md index f19984b..2f6a02a 100644 --- a/src/content/posts/2026/08/august.md +++ b/src/content/posts/2026/08/august.md @@ -1,14 +1,16 @@ --- title: 八月记 -pubDate: 2026-08-27T06:42:43.447Z +pubDate: 2026-08-30T21:00:00.000Z categories: - 生活 tags: - 总结 -draft: true +draft: false webmention: true +comments: true --- ## 序 -Cue 一下去年年初写的[《复盘我这庸碌的寒假》](https://www.luming.cool/posts/2025/02/winter-holiday-summary/),因为我的暑假比它还庸碌。 \ No newline at end of file +Cue 一下去年年初写的[《复盘我这庸碌的寒假》](https://www.luming.cool/posts/2025/02/winter-holiday-summary/),因为我今年的暑假更庸碌。 + diff --git a/src/styles/shortcodes.css b/src/styles/shortcodes.css index 896edf4..9d81ac4 100644 --- a/src/styles/shortcodes.css +++ b/src/styles/shortcodes.css @@ -274,6 +274,12 @@ color: var(--color-text); font: 600 1rem/1.35 var(--reading-font-family); } +.prose .shortcode-tools-title { + display: block; +} +.prose .shortcode-tools-title::before { + content: none; +} .shortcode-tool-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));