Files
RSSHub/lib/v2/gcores/maintainer.js
Kudryavka f6b1d4c49d feat(route): add 机核网专题文章 (#12661)
* 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
2023-06-27 20:51:15 +08:00

7 lines
215 B
JavaScript

module.exports = {
'/category/:category': ['MoguCloud', 'StevenRCE0'],
'/collections/:collection': ['kudryavka1013'],
'/radios/:category?': ['eternasuno'],
'/tag/:tag/:category?': ['StevenRCE0'],
};