mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
* fix(route) thepaper now use nextjs as backend * Id to Name for channel and list * summary ok * determine the detail by null check instead of type check * list_url for better reading * add failback of thumbnail * fix video article * add list for thepaper * add list for thepaper * del the dup line * small fix and optimize * add maintainer
9 lines
270 B
JavaScript
9 lines
270 B
JavaScript
module.exports = {
|
|
'/839studio/:id': ['umm233'],
|
|
'/839studio': ['umm233'],
|
|
'/channel/:id': ['xyqfer', 'nczitzk', 'bigfei'],
|
|
'/featured': ['HenryQW', 'nczitzk', 'bigfei'],
|
|
'/factpaper/:status?': ['nczitzk'],
|
|
'/list/:id': ['nczitzk', 'bigfei'],
|
|
};
|