mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 08:10:32 +08:00
8 lines
177 B
JavaScript
8 lines
177 B
JavaScript
// 旅法师营地
|
|
module.exports = {
|
|
'/home': ['auto-bot-ty'],
|
|
'/old_home': ['auto-bot-ty'],
|
|
'/user/:id?': ['auto-bot-ty'],
|
|
'/tag/:tagId?': ['auto-bot-ty'],
|
|
};
|