Files
RSSHub/lib/v2/hk01/maintainer.js
Fatpandac 2f9b999055 fix(route): hk01 get fulltext and refactor to V2 (#9937)
* fix(route): hk01 get fulltext and refactor to V2

* Update lib/v2/hk01/channel.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/v2/hk01/issue.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* fix: teaser pubDate
2022-06-13 22:00:48 +08:00

8 lines
225 B
JavaScript

module.exports = {
'/channel/:id': ['hoilc', 'Fatpandac'],
'/hot': ['hoilc', 'Fatpandac'],
'/issue/:id': ['hoilc', 'Fatpandac'],
'/tag/:id': ['hoilc', 'Fatpandac'],
'/zone/:id': ['hoilc', 'Fatpandac'],
};