mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 12:21:31 +08:00
* feat(route): add juejin news * feat(route): add juejin news * fix(route): juejin news pubDate * fix: fix utility * refactor: migrate to v2 * fix: typo Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
14 lines
417 B
JavaScript
14 lines
417 B
JavaScript
module.exports = {
|
|
'/books': ['xyqfer'],
|
|
'/category/:category': ['DIYgod'],
|
|
'/collection/:collectionId': ['isQ'],
|
|
'/collections/:userId': ['isQ'],
|
|
'/column/:id': ['xiangzy1'],
|
|
'/news/:id': ['CancerGary'],
|
|
'/pins/:type?': ['xyqfer', 'laampui'],
|
|
'/posts/:id': ['Maecenas'],
|
|
'/shares/:userId': ['qiwihui'],
|
|
'/tag/:tag': ['isheng5'],
|
|
'/trending/:category/:type': ['moaix'],
|
|
};
|