Skip to content

Latest commit

 

History

History

templates

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Front-End RSS

点击右上角 Watch 订阅 最新前端技术文章

https://front-end-rss.vercel.app

  • 项目目的:每天定时抓取最新前端技术文章,并推送到 GitHub 方便查看
  • 文章来源:RSS 订阅源
  • 抓取时间:每天的 06:00、08:00、12:00、18:00、22:00

⏰ 更新时间: <%= obj.currentDate %>,🚀 更新条数: +<%= obj.newData.length %>, 表示有更新,文章分类

文章来源

<% _.each(obj.linksJson, function(e){ var rssTitle = obj.formatTitle(e.title); %>

  • [<%= rssTitle %>](#<%= rssTitle.toLowerCase() %>)<% if (e.title in obj.newData.rss){ %> <% } %> <% }) %>

文章链接

<% _.each(obj.linksJson, function(e){ var rssTitle = obj.formatTitle(e.title); %>

<%= rssTitle %>

<% _.each(e.items.slice(0,20), function(item, index){ var itemTitle = obj.formatTitle(item.title); %>

  • <%= item.date %>-<%= itemTitle %> <% if (e.title in obj.newData.rss && item.link in obj.newData.links){ %> <% } %> <% }) %>
  • [......【查看更多】......](/details/<%= e.title %>.md)
<% }) %>

其它

感谢 RSSHub 提供的微信公众号 RSS 链接