mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 22:19:40 +08:00
* feat(route): add 起点作者页面的作品 * fix(route): 起点作者缺少 v2 路由必要文件 * fix(route): typo * fix(route): remove redundant code * fix(route): author accepts pure string only * refactor(route): cleanup code * fix(route): remove old date parser * refactor: migrate to v2
8 lines
196 B
JavaScript
8 lines
196 B
JavaScript
module.exports = {
|
|
'/author/:id': ['miles170'],
|
|
'/chapter/:id': ['Chingyat'],
|
|
'/forum/:id': ['Chingyat'],
|
|
'/free/:type?': ['LogicJake'],
|
|
'/free-next/:type?': ['LogicJake'],
|
|
};
|