mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
fix(route): fix GitHub route parameter conflict at trending.js and refactor to V2 (#8923)
* Fix(route): fix route parameter conflict at trending.js and change to V2 * Fix(route): modify the judgment condition of language parameter * Fix(docs): Update docs/programming.md Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Fix(docs): Update docs/en/programming.md Co-authored-by: Tony <TonyRL@users.noreply.github.com> * fix(docs/route): add author and sort routes * Fix(route): Update docs/en/programming.md Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Fix(route): sort routes Co-authored-by: Tony <TonyRL@users.noreply.github.com>
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
module.exports = {
|
||||
'/branches/:user/:repo': ['max-arnold'],
|
||||
'/comments/:user/:repo/:type/:number': ['TonyRL'],
|
||||
'/contributors/:user/:repo/:order?/:anon?': ['zoenglinghou'],
|
||||
'/file/:user/:repo/:branch/:filepath+': ['zengxs'],
|
||||
'/issue/:user/:repo/:state?/:labels?': ['HenryQW', 'AndreyMZ'],
|
||||
'/pull/:user/:repo': ['hashman'],
|
||||
'/repos/:user': ['DIYgod'],
|
||||
'/search/:query/:sort?/:order?': ['LogicJake'],
|
||||
'/starred_repos/:user': ['LanceZhu'],
|
||||
'/stars/:user/:repo': ['HenryQW'],
|
||||
'/topics/:name/:qs?': ['queensferryme'],
|
||||
'/trending/:since/:language?/:spoken_language?': ['DIYgod'],
|
||||
'/user/followers/:user': ['HenryQW'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user