连接
连接
赞助支持
友情链接
如何申请友链
Fork 数据仓库,在 data/friends/ 下添加
JSON,提交 Pull Request。自动流程会检查格式,通过后就会出现在这里。
- 1 Fork afoim/af_friends-data
- 2 在
data/friends/下新建 JSON 文件 - 3 填写右侧模板并提交 Pull Request
- 4 自动流程校验通过后部署上线
friends.json
字段:name、url、avatar、description
{
"name": "你的站点名",
"avatar": "https://.../头像.png",
"description": "一句话简介",
"url": "https://你的站点/"
} 复制后填写内容,再提交 Pull Request。