diff --git a/lib/v2/github/radar.js b/lib/v2/github/radar.js index b844bda5bfa648..0a2ee693a312a7 100644 --- a/lib/v2/github/radar.js +++ b/lib/v2/github/radar.js @@ -3,13 +3,13 @@ module.exports = { _name: 'GitHub', '.': [ { - title: '仓库 Branches', + title: 'Repo branches', docs: 'https://docs.rsshub.app/routes/programming#github', source: ['/:user/:repo/branches', '/:user/:repo'], target: '/github/branches/:user/:repo', }, { - title: 'Issues / Pull Requests 评论', + title: 'Issues / Pull Requests comments', docs: 'https://docs.rsshub.app/routes/programming#github', source: ['/:user/:repo/:type/:number'], target: '/github/comments/:user/:repo/:number', @@ -21,25 +21,25 @@ module.exports = { target: '/github/comments/:user/:repo', }, { - title: '仓库 Contributors', + title: 'Repo contributors', docs: 'https://docs.rsshub.app/routes/programming#github', source: ['/:user/:repo/graphs/contributors', '/:user/:repo'], target: '/github/contributors/:user/:repo', }, { - title: '文件 Commits', + title: 'File commits', docs: 'https://docs.rsshub.app/routes/programming#github', source: '/:user/:repo/blob/:branch/*filepath', target: '/github/file/:user/:repo/:branch/:filepath', }, { - title: '仓库 Issue', + title: 'Repo issues', docs: 'https://docs.rsshub.app/routes/programming#github', source: ['/:user/:repo/issues', '/:user/:repo/issues/:id', '/:user/:repo'], target: '/github/issue/:user/:repo', }, { - title: '仓库 Pull Requests', + title: 'Repo Pull Requests', docs: 'https://docs.rsshub.app/routes/programming#github', source: ['/:user/:repo/pulls', '/:user/:repo/pulls/:id', '/:user/:repo'], target: '/github/pull/:user/:repo', @@ -51,19 +51,19 @@ module.exports = { target: '/github/pulse/:user/:repo/:period?', }, { - title: '用户仓库', + title: 'User repos', docs: 'https://docs.rsshub.app/routes/programming#github', source: '/:user', target: '/github/repos/:user', }, { - title: '仓库 Stars', + title: 'Repo stars', docs: 'https://docs.rsshub.app/routes/programming#github', source: ['/:user/:repo/stargazers', '/:user/:repo'], target: '/github/stars/:user/:repo', }, { - title: '用户 Starred Repositories', + title: 'User starred repositories', docs: 'https://docs.rsshub.app/routes/programming#github', source: '/:user', target: '/github/starred_repos/:user', @@ -81,19 +81,19 @@ module.exports = { target: '/github/trending/:since', }, { - title: '用户 Followers', + title: 'User followers', docs: 'https://docs.rsshub.app/routes/programming#github', source: '/:user', target: '/github/user/followers/:user', }, { - title: 'Wiki 历史', + title: 'Wiki history', docs: 'https://docs.rsshub.app/routes/programming#github', source: ['/:user/:repo/wiki/:page/_history', '/:user/:repo/wiki/:page', '/:user/:repo/wiki/_history', '/:user/:repo/wiki'], target: '/github/wiki/:user/:repo/:page', }, { - title: 'Notifications 通知', + title: 'Notifications', docs: 'https://docs.rsshub.app/routes/programming#github', source: ['/notifications'], target: '/github/notifications', diff --git a/website/docs/joinus/new-rss/add-docs.md b/website/docs/joinus/new-rss/add-docs.md index 4894e9e586b2ca..051f6434d90872 100644 --- a/website/docs/joinus/new-rss/add-docs.md +++ b/website/docs/joinus/new-rss/add-docs.md @@ -108,7 +108,7 @@ To add documentation to your route, use the `Route` React component. It works li ### Keyword (Description with table) ```tsx - + | only not R18 | only R18 | no filter | | ------------ | -------- | -------------- | @@ -119,7 +119,7 @@ To add documentation to your route, use the `Route` React component. It works li --- - + | only not R18 | only R18 | no filter | | ------------ | -------- | -------------- | diff --git a/website/i18n/zh/docusaurus-plugin-content-docs/current/joinus/new-rss/add-docs.md b/website/i18n/zh/docusaurus-plugin-content-docs/current/joinus/new-rss/add-docs.md index 54e5c20117bf64..43af344e89a951 100644 --- a/website/i18n/zh/docusaurus-plugin-content-docs/current/joinus/new-rss/add-docs.md +++ b/website/i18n/zh/docusaurus-plugin-content-docs/current/joinus/new-rss/add-docs.md @@ -117,7 +117,7 @@ pnpm run start ### 关键词(带表格的说明) ```tsx - + | 只看非 R18 内容 | 只看 R18 内容 | 不过滤 | | ------------ | -------- | ------------ | @@ -128,7 +128,7 @@ pnpm run start --- - + | 只看非 R18 内容 | 只看 R18 内容 | 不过滤 | | ------------ | -------- | ------------ |