mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 16:20:27 +08:00
* feat(route): tju news * chore: update Co-authored-by: Tony <TonyRL@users.noreply.github.com> * chore: update date format Co-authored-by: Tony <TonyRL@users.noreply.github.com> * chore: update Co-authored-by: Tony <TonyRL@users.noreply.github.com> * doc: update
7 lines
173 B
JavaScript
7 lines
173 B
JavaScript
module.exports = {
|
|
'/cic/:type?': ['SuperPung'],
|
|
'/news/:type?': ['SuperPung'],
|
|
'/oaa/:type?': ['AmosChenYQ', 'SuperPung'],
|
|
'/yzb/:type?': ['SuperPung'],
|
|
};
|