National Geographic RSS support (#389)

* National Geographic RSS

* fix format warning

* docs

* full text by default && correct docs

* format fix ci check

* correct docs
This commit is contained in:
fengkx
2018-07-28 11:52:03 +08:00
committed by DIYgod
parent 2a289ed3d1
commit ef8ccc9d82
5 changed files with 74 additions and 4 deletions

View File

@@ -342,6 +342,9 @@ router.get('/pku/eecs/:type?', require('./routes/pku/eecs'));
// 机核
router.get('/gcores/category/:category', require('./routes/gcores/category'));
// 国家地理 National Geographic
router.get('/natgeo/:cat/:type?', require('./routes/natgeo/natgeo'));
// 一个
router.get('/one', require('./routes/one/index'));