mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-19 06:38:55 +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'],
|
|
};
|