mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 01:28:08 +08:00
* feat: add gcores collections * feat: add maintainer * feat: add radar config * chore: update docs * chore: change search url * feat: use api to collect item * chore: limit route * feat: 手动解析blocks * fix: add default case
7 lines
215 B
JavaScript
7 lines
215 B
JavaScript
module.exports = {
|
|
'/category/:category': ['MoguCloud', 'StevenRCE0'],
|
|
'/collections/:collection': ['kudryavka1013'],
|
|
'/radios/:category?': ['eternasuno'],
|
|
'/tag/:tag/:category?': ['StevenRCE0'],
|
|
};
|