-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b45121f
commit 44c4a27
Showing
3 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# 友链 | ||
|
||
## 官方文档 | ||
|
||
```card | ||
title: VuePress | ||
desc: Vue 驱动的静态网站生成器 | ||
logo: https://v2.vuepress.vuejs.org/images/hero.png | ||
link: https://v2.vuepress.vuejs.org/zh/ | ||
color: rgb(193 197 210) | ||
``` | ||
|
||
|
||
```card | ||
title: Markdown 增强 | ||
desc: 为 VuePress2 提供更多 Markdown 增强功能 | ||
logo: https://plugin-md-enhance.vuejs.press/logo.svg | ||
link: https://plugin-md-enhance.vuejs.press/zh/ | ||
color: rgb(193 197 210) | ||
``` | ||
|
||
|
||
```card | ||
title: vuepress-plugin-comment2 | ||
desc: 评论与阅读量插件 | ||
logo: https://plugin-comment2.vuejs.press/logo.svg | ||
link: https://plugin-comment2.vuejs.press/zh/ | ||
color: rgb(193 197 210) | ||
``` | ||
|
||
```card | ||
title: vuepress-plugin-components | ||
desc: 面向 VuePress2 的常用组件 | ||
logo: https://plugin-components.vuejs.press/logo.svg | ||
link: https://plugin-components.vuejs.press/zh/ | ||
color: rgb(193 197 210) | ||
``` | ||
|
||
```card | ||
title: fontawesome | ||
desc: 开源图标库 | ||
logo: https://fontawesome.com/images/favicon/icon.svg | ||
link: https://fontawesome.com/ | ||
color: rgb(193 197 210) | ||
``` |