Skip to content

Latest commit

 

History

History

templates

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Front-End RSS

每天定时抓取最新前端技术文章,并推送到 GitHub 方便查看

在线浏览:<%= obj.homePage %>

订阅地址:<%= obj.feedUrl %>

⏰ 更新时间: <%= 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 链接