mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 06:30:40 +08:00
14 lines
388 B
JavaScript
14 lines
388 B
JavaScript
module.exports = {
|
|
'/activity/:slug': ['umm233'],
|
|
'/author/:id': ['SunShinenny', 'hoilc'],
|
|
'/column/:id': ['LogicJake'],
|
|
'/index': ['HenryQW'],
|
|
'/matrix': ['feigaoxyz'],
|
|
'/series': ['HenryQW'],
|
|
'/series/:id': ['TonyRL'],
|
|
'/shortcuts': ['Andiedie'],
|
|
'/tag/:keyword': ['Jeason0228'],
|
|
'/topic/:id': ['SunShinenny'],
|
|
'/topics': ['SunShinenny'],
|
|
};
|