From cafed499b82fc263ca49ef99ed1a4ed30389545b Mon Sep 17 00:00:00 2001 From: Henry Wang Date: Sun, 16 Sep 2018 15:44:09 +0100 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E4=BC=98=E5=8C=96=20(#711)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 3DM,简书,苹果维修计划 --- docs/README.md | 16 ++++--- router.js | 8 ++-- routes/3dm/{download.js => game.js} | 11 ++++- routes/3dm/news.js | 49 ---------------------- routes/apple/exchange_repair.js | 9 +++- routes/jianshu/{monthly.js => trending.js} | 12 +++--- routes/jianshu/weekly.js | 36 ---------------- 7 files changed, 34 insertions(+), 107 deletions(-) rename routes/3dm/{download.js => game.js} (82%) delete mode 100644 routes/3dm/news.js rename routes/jianshu/{monthly.js => trending.js} (76%) delete mode 100644 routes/jianshu/weekly.js diff --git a/docs/README.md b/docs/README.md index 38839c232..25c6e179c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -350,8 +350,6 @@ RSSHub 提供下列 API 接口: - - ### 微信 @@ -370,9 +368,7 @@ RSSHub 提供下列 API 接口: - - - + @@ -1485,11 +1481,13 @@ IATA 国际航空运输协会机场代码, 参见[维基百科 国际航空运 - + - +| 新闻 | 攻略 | 下载资源 | 区块链快讯 | +| ---- | ---- | -------- | ---------- | +| news | gl | resource | blockchain | - + ### 机核网 @@ -1558,7 +1556,7 @@ IATA 国际航空运输协会机场代码, 参见[维基百科 国际航空运 ### Apple - +`, - pubDate: new Date(item.find('.time').data('shared-at')).toUTCString(), - link: `https://www.jianshu.com${item.find('.title').attr('href')}`, - }; - }) - .get(), - }; -};