PGuide-Docs/docs/notes/Templates.md
2025-03-17 06:30:00 +08:00

58 lines
769 B
Markdown

---
title: Templates
createTime: 2025/03/08 00:02:21
permalink: /templates/
---
这里有常用的组件和语法糖的使用示例。
:::tip
待完善
:::
<ImageCard
image=""
title=""
description=""
href="/"
author=""
/>
<LinkCard icon="" href="" title="" ></LinkCard>
<RepoCard repo=""></RepoCard>
@[pdf height="600"]()
<kbd></kbd>
<CardGrid>
<LinkCard icon="" href="" title="" ></LinkCard>
<LinkCard icon="" href="" title="" ></LinkCard>
<LinkCard icon="" href="" title="" ></LinkCard>
<LinkCard icon="" href="" title="" ></LinkCard>
</CardGrid>
:[]:
:[noto:red-heart]:
:::: steps
1. 步骤 1
```ts
console.log('Hello World!')
```
2. 步骤 2
这里是步骤 2 的相关内容
3. 步骤 3
::: tip
提示容器
:::
4. 结束
::::