mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 19:59:54 +08:00
7 lines
162 B
JavaScript
7 lines
162 B
JavaScript
module.exports = {
|
|
'/ranking/:type': ['immmortal', 'luyuhuang'],
|
|
'/tag/:name': ['Fatpandac'],
|
|
'/zt/:id': ['nczitzk'],
|
|
'/:caty': ['luyuhuang'],
|
|
};
|