mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 07:12:51 +08:00
* feat(route): NGA帖子只看作者 * fix code style * fix * remove old router * correct regex in getLastPageId * fix * change title * refactor: parseDate utils * fix: old radar rules
5 lines
117 B
JavaScript
5 lines
117 B
JavaScript
module.exports = {
|
|
'/forum/:fid/:recommend?': ['xyqfer'],
|
|
'/post/:tid/:authorId?': ['xyqfer', 'syrinka'],
|
|
};
|