mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
* feat(route): add LVV2 * fix(route): add timezone and remove title encoded in link * fix(route): fix regex
5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
module.exports = {
|
|
'/news/:channel/:sort?': ['Fatpandac'],
|
|
'/top/:channel/:sort?': ['Fatpandac'],
|
|
};
|