友情链接
        
 - name: 雪之樱的小站
  desc: 以星予你
  avatar: https://www.sakura-snow.com/images/avatar.png # 可选
  link: https://sakura-snow.com # 可选
  bgColor: '#CBEAFA' # 可选,默认var(--bodyBg)。颜色值有#号时请添加单引号
  textColor: '#6854A1' # 可选,默认var(--textColor)
- name: 優萌初華
  desc: '琉璃的医学 & 编程笔记'
  avatar: https://cdn.jsdelivr.net/gh/amehime/shoka@latest/images/avatar.jpg
  link: https://shoka.lostyu.me
  bgColor: '#B9D59C'
  textColor: '#3B551F'
- name: DioPong's Blog
  desc: 未来的公务员
  avatar: https://avatars2.githubusercontent.com/u/48322394?s=460
  link: https://blog.2to.fun/
  bgColor: '#FBEBEC'
  textColor: '#603420'
 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 友链申请
与我 联系 或者 在本页面评论区留言您的友链信息,格式:(点击代码块右上角一键复制)
- name: SakuraSnow's blog # 昵称
  desc: 你知道洛希极限吗 # 介绍
  avatar: https://sakurasnow-knowledge-library.oss-cn-shenzhen.aliyuncs.com/library-img/header.jpeg # 头像
  link: https://base.sakura-snow.com/  # 链接
 1
2
3
4
2
3
4
申请前记得先添加本站哦~
上次更新: 2022/03/05, 15:57:30
- 01
 - 009-Palindrome Number[回文数]03-10
 
- 02
 - 008-String to Integer (atoi)[字符串转整数]03-10
 
- 03
 - 004-Reverse-integer[整数反转]03-09