wrath/src/config/zh/links.mdx
2024-12-23 01:28:46 +08:00

21 lines
532 B
Text

export const title = "我的链接"
<h3 class="my-10 text-center text-xl font-bold">{title}</h3>
```json
name: "Guoqi Sun"
description: "Try, fail, retry. That's the rhythm of growth."
link: "https://blog.sunguoqi.com"
avatar: "https://assets.guoqi.dev/images/avatar.png"
```
<h4 class="my-10 text-center">
想要添加友情链接?请按照如下格式在评论区留言,我会及时添加。
</h4>
```json
name: "your site name"
description: "your site description"
link: "your site link"
avatar: "your site avatar"
```