fix(route): github comments use api (#9358)

fix(route): github comments use api
This commit is contained in:
Tony
2022-03-21 17:17:59 +00:00
committed by GitHub
parent 6b3d21438e
commit fe775f5198
10 changed files with 107 additions and 48 deletions
+2 -2
View File
@@ -269,9 +269,9 @@ GitHub 官方也提供了一些 RSS:
<Route author="zoenglinghou" example="/github/contributors/DIYgod/RSSHub" path="/github/contributors/:user/:repo/:order?/:anon?" :paramsDesc="['用户名', '仓库名', 'Commit 数量排序顺序,desc和asc(默认desc降序)', '是否包括匿名用户,默认不包含,任意值包含匿名用户']" radar="1" rssbud="1"/>
### Issues / Pull Requests 评论
### Issue / Pull Request 评论
<Route author="TonyRL" example="/github/comments/DIYgod/RSSHub/issues/8116" path="/github/comments/:user/:repo/:type/:number" :paramsDesc="['用户名', '仓库', '类型,`issues`或`pull`', '编号']"/>
<Route author="TonyRL" example="/github/comments/DIYgod/RSSHub/8116" path="/github/comments/:user/:repo/:number" :paramsDesc="['用户名', '仓库', 'Issue 或 pull 编号']"/>
## GitLab