修复tools bug

This commit is contained in:
2026-08-30 19:43:21 +08:00
parent 10fbbe313f
commit ffb3c37546
3 changed files with 11 additions and 3 deletions
+5 -3
View File
@@ -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/),因为我的暑假比它还庸碌。
Cue 一下去年年初写的[《复盘我这庸碌的寒假》](https://www.luming.cool/posts/2025/02/winter-holiday-summary/),因为我今年的暑假更庸碌。
+6
View File
@@ -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));