mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
feat(route): add csdnblogs route (#11532)
* feat(route): add csdnblogs route * fix: maintainer
This commit is contained in:
7
lib/v2/cnblogs/maintainer.js
Normal file
7
lib/v2/cnblogs/maintainer.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
'/aggsite/topdiggs': ['hujingnb'],
|
||||
'/aggsite/topviews': ['hujingnb'],
|
||||
'/aggsite/headline': ['hujingnb'],
|
||||
'/cate/:type': ['hujingnb'],
|
||||
'/pick': ['hujingnb'],
|
||||
};
|
||||
Reference in New Issue
Block a user