友链文章数据源 — 聚合友链 RSS 中的最新博文,供博客首页 / 友链圈等前端直接消费。
直接访问 /friend-articles.json 即可获取最新聚合数据:
GET https://{vercel-deploy}/friend-articles.json
curl https://{vercel-deploy}/friend-articles.json
响应体包含 updated_at(数据生成时间)、count(文章总数)与 list(文章数组)。
| 字段 | 类型 | 说明 |
|---|---|---|
updated_at | string | 本次数据生成时间(ISO 8601) |
count | number | 文章总条数 |
list | array | 文章列表,按发布时间倒序 |
↳ title | string | 文章标题 |
↳ link | string | 文章原文链接 |
↳ date | string | 发布时间 |
↳ description | string | 摘要(最多 200 字) |
↳ site | string | 友链站点名称 |
↳ siteUrl | string | 友链站点地址 |
↳ avatar | string | 站点头像地址 |
数据由上游项目(Brandon's Blog)的 GitHub Action 集合每 30 分钟抓取一次所有友链 RSS 生成,并自动同步到此仓库。
Access-Control-Allow-Origin: *,浏览器可直接跨域调用updated_at 判断缓存新鲜度,避免直接信任本地缓存数据来自各友链站点的公开 RSS / Atom 订阅,版权归原作者所有。如不希望被收录,请通过 GitHub 仓库 联系我们。