- name: 郑文峰的博客
  desc: '朝闻道,夕死可矣'
  avatar: https://www.zhengwenfeng.com/img/me.jpg
  link: https://www.zhengwenfeng.com
  bgColor: '#f8f9fa'
- name: Evan's blog # 昵称
  desc: 积跬步以至千里,喜欢学习喜欢你。 # 介绍
  avatar: https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200103123203.jpg # 头像
  link: https://xugaoyi.com/  # 链接
  bgColor: '#f8f9fa'
- name: 二丫讲梵
  desc: '💻学习📝记录🔗分享'
  avatar: https://wiki.eryajf.net/img/logo.png
  link: https://wiki.eryajf.net
  bgColor: '#f8f9fa'
- name: 麋鹿鲁哟
  desc: '大道至简,知易行难。'
  avatar: https://pic.cnblogs.com/avatar/1273193/20190806180831.png
  link: https://www.cnblogs.com/miluluyo/
  bgColor: '#f8f9fa'
- name: Crayonの博客
  desc: '程序猿 && 二次猿'
  avatar: http://sucrayon.top/images/avatar.jpg
  link: http://sucrayon.top/
  bgColor: '#f8f9fa'
- name: Case of Xeon
  desc: 'Welcome inside'
  avatar: https://hexo.chensmallx.top/img/avator.jpg
  link: https://hexo.chensmallx.top/
  bgColor: '#f8f9fa'
- name: 肥猫博客
  desc: 技术改变生活
  avatar: http://blog.mryxh.cn/favicon.ico
  link: http://blog.mryxh.cn/
  bgColor: '#f8f9fa'
- name: mqray's blog
  desc: 明日复明日,明日何其多?
  avatar: https://mqrayblog.cn/img/avatar.png
  link: https://mqrayblog.cn/
- name: 汐塔魔法屋
  desc: 欢迎旅行者,来到这个平凡但又记载了许多故事的小屋
  avatar: https://blog.storical.space/images/icon.png
  link: https://blog.storical.space/
- name: 芈渡
  desc: 开发日常
  avatar: https://www.lllomh.com/static/images/photos.jpg
  link: https://www.lllomh.com/
- name: 轩灵博客
  desc: 一个专注互联网技术分享的个人独立博客。
  avatar: https://blog.wenfxl.com/images/logo.png
  link: https://blog.wenfxl.com/

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51

# 友链申请

申请前记得先添加本站哦~

  • 方法一

与我 联系 或者 在本页面评论区留言您的友链信息,格式:(点击代码块右上角一键复制)

- name: 郑文峰的博客 # 昵称
  desc:  朝闻道,夕死可矣 # 介绍
  avatar: https://www.zhengwenfeng.com/img/me.jpg # 头像
  link: https://www.zhengwenfeng.com  # 链接

1
2
3
4

  • 方法二

fork本项目,在docs/更多/友链.md文件中,新增自己的友链,然后提交PR即可。