mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 21:47:57 +08:00
add 北京天文馆每日一图 (#1653)
This commit is contained in:
@@ -1104,6 +1104,9 @@ router.get('/dcard/posts/:type?', require('./routes/dcard/posts'));
|
||||
// 12306
|
||||
router.get('/12306/zxdt/:id?', require('./routes/12306/zxdt'));
|
||||
|
||||
// 北京天文馆每日一图
|
||||
router.get('/bjp/apod', require('./routes/bjp/apod'));
|
||||
|
||||
// 洛谷日报
|
||||
router.get('/luogu/daily/:id?', require('./routes/luogu/daily'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user