Skip to content

Commit 10867b8

Browse files
committed
test
1 parent ac23f26 commit 10867b8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/content/blog/test/test_advancestep.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Test: AdvanceStep Component Guide"
33
description: 'A comprehensive guide and documentation for the AdvanceStep component.'
44
publishDate: 2025-08-28 17:31:03
55
slug: p1jz
6-
tags: ['test', 'documentation', 'astro', 'custom-component']
6+
tags: ['test', 'documentation', 'astro', ]
77
---
88

99
> generated by gemini
@@ -141,7 +141,6 @@ This mode is perfect for simple steps that don't require titles. Just separate y
141141
```js
142142
console.log("Hello, Step 2!");
143143
```
144-
145144
---
146145

147146
Finally, you are done.
@@ -240,6 +239,9 @@ You can nest `AdvanceStep` components to create complex, multi-level procedures.
240239
<AdvanceStep split="h3">
241240
### Sub-step A
242241
This is the first sub-step, separated by an H3 heading.
242+
```js
243+
console.log("Hello, Step 2!");
244+
```
243245

244246
### Sub-step B
245247
This is the second sub-step.

src/layouts/BlogPost.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ const primaryColor = data.heroImage?.color ?? 'hsl(var(--primary) / var(--un-tex
6464
)
6565
}
6666

67-
{/* 右侧 sidebar TOC:小屏幕显示所有目录,大屏幕只显示 <= 4 项的目录 */}
6867
{
6968
tocType == 1 && (
7069
<TOC {headings} slot='sidebar' />

0 commit comments

Comments
 (0)