update docs for dapenti

This commit is contained in:
DIYgod
2018-05-04 01:23:16 +08:00
parent 53f9b67939
commit d84b4eb1be
3 changed files with 13 additions and 1 deletions

View File

@@ -56,6 +56,8 @@ RSSHub 是一个轻量、易于扩展的 RSS 生成器,可以给任何奇奇
- 北美票房榜
- 煎蛋
- 无聊图
- 喷嚏
- 图卦
## 参与我们

View File

@@ -439,6 +439,16 @@ city: 城市的中文名,可选,默认北京
参数: 无
### 喷嚏
#### 图卦
举例: https://rss.now.sh/dapenti/tugua
路由: `/dapenti/tugua`
参数: 无
## 搭建
环境:需要 Node.js v7.6.0 或更高版本,若启用 Redis 缓存需要先启动 Redis

View File

@@ -71,7 +71,7 @@ router.get('/douban/movie/ustop', require('./routes/douban/ustop'));
// 煎蛋
router.get('/jandan/pic', require('./routes/jandan/pic'));
// 图卦
// 喷嚏
router.get('/dapenti/tugua', require('./routes/dapenti/tugua'));
module.exports = router;