mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-29 01:53:47 +08:00
docs: fix new docs link
This commit is contained in:
@@ -69,7 +69,7 @@ body:
|
||||
label: 部署相关信息
|
||||
description: |
|
||||
请提供您的操作系统、node 版本和(如果适用) docker 版本。
|
||||
请确保您部署的是[主线 master 分支](https://github.com/DIYgod/RSSHub/tree/master)最新版 RSSHub。
|
||||
请确保您部署的是 [主线 master 分支](https://github.com/DIYgod/RSSHub/tree/master) 最新版 RSSHub。
|
||||
placeholder: 'OS: Linux, Node: v10.15.3, Docker: v19.03.13'
|
||||
|
||||
- type: textarea
|
||||
@@ -86,5 +86,5 @@ body:
|
||||
attributes:
|
||||
label: 这不是重复的 issue
|
||||
options:
|
||||
- label: 我已经搜索了[现有 issue](https://github.com/DIYgod/RSSHub/issues),以确保该错误尚未被报告。
|
||||
- label: 我已经搜索了 [现有 issue](https://github.com/DIYgod/RSSHub/issues),以确保该错误尚未被报告。
|
||||
required: true
|
||||
|
||||
@@ -10,7 +10,7 @@ body:
|
||||
请确保 [文档](https://docs.rsshub.app) 和 [issue](https://github.com/DIYgod/RSSHub/issues) 中没有相关内容,且源站没有提供 RSS,并按照模版提供信息
|
||||
否则 issue 将被立即关闭
|
||||
|
||||
目前 RSS 提案滞销,如有能力请按照 [指南](https://docs.rsshub.app/joinus) 自行编写并提交 PR
|
||||
目前 RSS 提案滞销,如有能力请按照 [指南](https://docs.rsshub.app/joinus/quick-start) 自行编写并提交 PR
|
||||
|
||||
- type: dropdown
|
||||
id: category
|
||||
|
||||
@@ -30,17 +30,17 @@ If your changes are not related to route, please fill in `routes` section with `
|
||||
## 新 RSS 路由检查表 / New RSS Route Checklist
|
||||
|
||||
- [ ] 新的路由 New Route
|
||||
- [ ] 跟随 [v2 路由规范](https://docs.rsshub.app/joinus/script-standard) Follows [v2 Script Standard](https://docs.rsshub.app/en/joinus/script-standard)
|
||||
- [ ] 跟随 [v2 路由规范](https://docs.rsshub.app/joinus/advanced/script-standard) Follows [v2 Script Standard](https://docs.rsshub.app/en/joinus/advanced/script-standard)
|
||||
- [ ] 文档说明 Documentation
|
||||
- [ ] 中文文档 CN
|
||||
- [ ] 英文文档 EN
|
||||
- [ ] 全文获取 fulltext
|
||||
- [ ] 使用缓存 Use Cache
|
||||
- [ ] 全文获取 full article
|
||||
- [ ] 使用缓存 Use cache
|
||||
- [ ] 反爬/频率限制 anti-bot or rate limit?
|
||||
- [ ] 如果有, 是否有对应的措施? If yes, do your code reflect this sign?
|
||||
- [ ] [日期和时间](https://docs.rsshub.app/joinus/pub-date) [date and time](https://docs.rsshub.app/en/joinus/pub-date)
|
||||
- [ ] [日期和时间](https://docs.rsshub.app/joinus/advanced/pub-date) [date and time](https://docs.rsshub.app/en/joinus/advanced/pub-date)
|
||||
- [ ] 可以解析 Parsed
|
||||
- [ ] 时区调整 Correct TimeZone
|
||||
- [ ] 时区正确 Correct time zone
|
||||
- [ ] 添加了新的包 New package added
|
||||
- [ ] `Puppeteer`
|
||||
|
||||
|
||||
+12
-12
@@ -212,7 +212,7 @@
|
||||
www: [
|
||||
{
|
||||
title: '新闻中心',
|
||||
docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue',
|
||||
docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue',
|
||||
source: '/xwzx/:name',
|
||||
target: (params) => {
|
||||
const type = params.name.replace('.htm', '');
|
||||
@@ -221,11 +221,11 @@
|
||||
},
|
||||
],
|
||||
jsjxy: [
|
||||
{ title: '新闻动态', docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue', source: '/index/xwdt.htm', target: '/hbut/cs/xwdt' },
|
||||
{ title: '通知公告', docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue', source: '/index/tzgg.htm', target: '/hbut/cs/tzgg' },
|
||||
{ title: '教学信息', docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue', source: '/jxxx.htm', target: '/hbut/cs/jxxx' },
|
||||
{ title: '科研动态', docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue', source: '/kxyj/kydt.htm', target: '/hbut/cs/kydt' },
|
||||
{ title: '党建活动', docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue', source: '/djhd/djhd.htm', target: '/hbut/cs/djhd' },
|
||||
{ title: '新闻动态', docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue', source: '/index/xwdt.htm', target: '/hbut/cs/xwdt' },
|
||||
{ title: '通知公告', docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue', source: '/index/tzgg.htm', target: '/hbut/cs/tzgg' },
|
||||
{ title: '教学信息', docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue', source: '/jxxx.htm', target: '/hbut/cs/jxxx' },
|
||||
{ title: '科研动态', docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue', source: '/kxyj/kydt.htm', target: '/hbut/cs/kydt' },
|
||||
{ title: '党建活动', docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue', source: '/djhd/djhd.htm', target: '/hbut/cs/djhd' },
|
||||
],
|
||||
},
|
||||
'zhuixinfan.com': { _name: '追新番日剧站', '.': [{ title: '更新列表', docs: 'https://docs.rsshub.app/routes/multimedia#zhui-xin-fan-ri-ju-zhan', source: ['/main.php'], target: '/zhuixinfan/list' }] },
|
||||
@@ -312,13 +312,13 @@
|
||||
'umass.edu': {
|
||||
_name: 'UMASS Amherst',
|
||||
ece: [
|
||||
{ title: 'ECE News', docs: 'http://docs.rsshub.app/en/university.html#umass-amherst', source: '/news', target: '/umass/amherst/ecenews' },
|
||||
{ title: 'ECE Seminar', docs: 'http://docs.rsshub.app/en/university.html#umass-amherst', source: '/seminars', target: '/umass/amherst/eceseminar' },
|
||||
{ title: 'ECE News', docs: 'http://docs.rsshub.app/en/routes/university#umass-amherst', source: '/news', target: '/umass/amherst/ecenews' },
|
||||
{ title: 'ECE Seminar', docs: 'http://docs.rsshub.app/en/routes/university#umass-amherst', source: '/seminars', target: '/umass/amherst/eceseminar' },
|
||||
],
|
||||
'www.cics': [{ title: 'CICS News', docs: 'http://docs.rsshub.app/en/university.html#umass-amherst', source: '/news', target: '/umass/amherst/csnews' }],
|
||||
'www.cics': [{ title: 'CICS News', docs: 'http://docs.rsshub.app/en/routes/university#umass-amherst', source: '/news', target: '/umass/amherst/csnews' }],
|
||||
www: [
|
||||
{ title: 'IPO Events', docs: 'http://docs.rsshub.app/en/university.html#umass-amherst', source: '/ipo/iss/events', target: '/umass/amherst/ipoevents' },
|
||||
{ title: 'IPO Featured Stories', docs: 'http://docs.rsshub.app/en/university.html#umass-amherst', source: '/ipo/iss/featured-stories', target: '/umass/amherst/ipostories' },
|
||||
{ title: 'IPO Events', docs: 'http://docs.rsshub.app/en/routes/university#umass-amherst', source: '/ipo/iss/events', target: '/umass/amherst/ipoevents' },
|
||||
{ title: 'IPO Featured Stories', docs: 'http://docs.rsshub.app/en/routes/university#umass-amherst', source: '/ipo/iss/featured-stories', target: '/umass/amherst/ipostories' },
|
||||
],
|
||||
},
|
||||
'bjeea.com': {
|
||||
@@ -378,7 +378,7 @@
|
||||
},
|
||||
],
|
||||
},
|
||||
'buaq.net': { _name: '不安全资讯', '.': [{ title: '不安全资讯', docs: 'http://docs.rsshub.app/new-media.html#bu-an-quan', source: '/', target: '/buaq' }] },
|
||||
'buaq.net': { _name: '不安全资讯', '.': [{ title: '不安全资讯', docs: 'http://docs.rsshub.app/routes/new-media#bu-an-quan', source: '/', target: '/buaq' }] },
|
||||
'jian-ning.com': { _name: '建宁闲谈', '.': [{ title: '文章', docs: 'https://docs.rsshub.app/routes/blog#jian-ning-xian-tan', source: '/*', target: '/blogs/jianning' }] },
|
||||
'matataki.io': {
|
||||
_name: 'matataki',
|
||||
|
||||
+12
-12
@@ -673,7 +673,7 @@ module.exports = {
|
||||
www: [
|
||||
{
|
||||
title: '新闻中心',
|
||||
docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue',
|
||||
docs: 'http://docs.rsshub.app/university#hu-bei-gong-ye-da-xue',
|
||||
source: '/xwzx/:name',
|
||||
target: (params) => {
|
||||
const type = params.name.replace('.htm', '');
|
||||
@@ -684,31 +684,31 @@ module.exports = {
|
||||
jsjxy: [
|
||||
{
|
||||
title: '新闻动态',
|
||||
docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue',
|
||||
docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue',
|
||||
source: '/index/xwdt.htm',
|
||||
target: '/hbut/cs/xwdt',
|
||||
},
|
||||
{
|
||||
title: '通知公告',
|
||||
docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue',
|
||||
docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue',
|
||||
source: '/index/tzgg.htm',
|
||||
target: '/hbut/cs/tzgg',
|
||||
},
|
||||
{
|
||||
title: '教学信息',
|
||||
docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue',
|
||||
docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue',
|
||||
source: '/jxxx.htm',
|
||||
target: '/hbut/cs/jxxx',
|
||||
},
|
||||
{
|
||||
title: '科研动态',
|
||||
docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue',
|
||||
docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue',
|
||||
source: '/kxyj/kydt.htm',
|
||||
target: '/hbut/cs/kydt',
|
||||
},
|
||||
{
|
||||
title: '党建活动',
|
||||
docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue',
|
||||
docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue',
|
||||
source: '/djhd/djhd.htm',
|
||||
target: '/hbut/cs/djhd',
|
||||
},
|
||||
@@ -817,13 +817,13 @@ module.exports = {
|
||||
ece: [
|
||||
{
|
||||
title: 'ECE News',
|
||||
docs: 'http://docs.rsshub.app/en/university.html#umass-amherst',
|
||||
docs: 'http://docs.rsshub.app/en/routes/university#umass-amherst',
|
||||
source: '/news',
|
||||
target: '/umass/amherst/ecenews',
|
||||
},
|
||||
{
|
||||
title: 'ECE Seminar',
|
||||
docs: 'http://docs.rsshub.app/en/university.html#umass-amherst',
|
||||
docs: 'http://docs.rsshub.app/en/routes/university#umass-amherst',
|
||||
source: '/seminars',
|
||||
target: '/umass/amherst/eceseminar',
|
||||
},
|
||||
@@ -831,7 +831,7 @@ module.exports = {
|
||||
'www.cics': [
|
||||
{
|
||||
title: 'CICS News',
|
||||
docs: 'http://docs.rsshub.app/en/university.html#umass-amherst',
|
||||
docs: 'http://docs.rsshub.app/en/routes/university#umass-amherst',
|
||||
source: '/news',
|
||||
target: '/umass/amherst/csnews',
|
||||
},
|
||||
@@ -839,13 +839,13 @@ module.exports = {
|
||||
www: [
|
||||
{
|
||||
title: 'IPO Events',
|
||||
docs: 'http://docs.rsshub.app/en/university.html#umass-amherst',
|
||||
docs: 'http://docs.rsshub.app/en/routes/university#umass-amherst',
|
||||
source: '/ipo/iss/events',
|
||||
target: '/umass/amherst/ipoevents',
|
||||
},
|
||||
{
|
||||
title: 'IPO Featured Stories',
|
||||
docs: 'http://docs.rsshub.app/en/university.html#umass-amherst',
|
||||
docs: 'http://docs.rsshub.app/en/routes/university#umass-amherst',
|
||||
source: '/ipo/iss/featured-stories',
|
||||
target: '/umass/amherst/ipostories',
|
||||
},
|
||||
@@ -962,7 +962,7 @@ module.exports = {
|
||||
'.': [
|
||||
{
|
||||
title: '不安全资讯',
|
||||
docs: 'http://docs.rsshub.app/new-media.html#bu-an-quan',
|
||||
docs: 'http://docs.rsshub.app/routes/new-media#bu-an-quan',
|
||||
source: '/',
|
||||
target: '/buaq',
|
||||
},
|
||||
|
||||
@@ -42,7 +42,7 @@ module.exports = {
|
||||
weekly: [
|
||||
{
|
||||
title: '财新周刊',
|
||||
docs: 'https://docs.rsshub.app/traditional-media.html#cai-xin-wang',
|
||||
docs: 'https://docs.rsshub.app/routes/traditional-media#cai-xin-wang',
|
||||
source: ['/', '/*'],
|
||||
target: '/caixin/weekly',
|
||||
},
|
||||
|
||||
@@ -4,25 +4,25 @@ module.exports = {
|
||||
insider: [
|
||||
{
|
||||
title: 'Bullets',
|
||||
docs: 'https://docs.rsshub.app/en/finance.html#finology-insider',
|
||||
docs: 'https://docs.rsshub.app/en/routes/finance#finology-insider',
|
||||
source: ['/bullets'],
|
||||
target: '/finology/bullets',
|
||||
},
|
||||
{
|
||||
title: 'Category',
|
||||
docs: 'https://docs.rsshub.app/en/finance.html#finology-insider',
|
||||
docs: 'https://docs.rsshub.app/en/routes/finance#finology-insider',
|
||||
source: '/:category',
|
||||
target: '/finology/:category',
|
||||
},
|
||||
{
|
||||
title: 'Most Viewed',
|
||||
docs: 'https://docs.rsshub.app/en/finance.html#finology-insider',
|
||||
docs: 'https://docs.rsshub.app/en/routes/finance#finology-insider',
|
||||
source: '/most-viewed',
|
||||
target: '/finology/most-viewed/monthly',
|
||||
},
|
||||
{
|
||||
title: 'Trending Topic',
|
||||
docs: 'https://docs.rsshub.app/en/finance.html#finology-insider',
|
||||
docs: 'https://docs.rsshub.app/en/routes/finance#finology-insider',
|
||||
source: ['/tag/:topic'],
|
||||
target: '/finology/tag/:topic',
|
||||
},
|
||||
|
||||
@@ -4,25 +4,25 @@ module.exports = {
|
||||
'.': [
|
||||
{
|
||||
title: 'Articles',
|
||||
docs: 'https://docs.rsshub.app/en/new-media.html#grist',
|
||||
docs: 'https://docs.rsshub.app/en/routes/new-media#grist',
|
||||
source: ['/articles/'],
|
||||
target: '/grist/',
|
||||
},
|
||||
{
|
||||
title: 'Featured',
|
||||
docs: 'https://docs.rsshub.app/en/new-media.html#grist',
|
||||
docs: 'https://docs.rsshub.app/en/routes/new-media#grist',
|
||||
source: '/',
|
||||
target: '/grist/featured',
|
||||
},
|
||||
{
|
||||
title: 'Series',
|
||||
docs: 'https://docs.rsshub.app/en/new-media.html#grist',
|
||||
docs: 'https://docs.rsshub.app/en/routes/new-media#grist',
|
||||
source: '/series/:series',
|
||||
target: '/grist/series/:series',
|
||||
},
|
||||
{
|
||||
title: 'Topic',
|
||||
docs: 'https://docs.rsshub.app/en/new-media.html#grist',
|
||||
docs: 'https://docs.rsshub.app/en/routes/new-media#grist',
|
||||
source: ['/:topic'],
|
||||
target: '/grist/topic/:topic',
|
||||
},
|
||||
|
||||
@@ -21,8 +21,8 @@ module.exports = {
|
||||
target: '/science/early/:journal',
|
||||
},
|
||||
{
|
||||
title: 'Science Blogs',
|
||||
docs: 'https://docs.rsshub.app/journal.html#science-xi-lie',
|
||||
title: '博客',
|
||||
docs: 'https://docs.rsshub.app/routes/journal#science-xi-lie',
|
||||
source: ['/blogs/:name'],
|
||||
target: '/science/blogs/:name',
|
||||
},
|
||||
|
||||
@@ -41,17 +41,17 @@ If your changes are not related to route, please fill in `routes` with `NOROUTE`
|
||||
## 新 RSS 路由检查列表 / New RSS Route Checklist
|
||||
|
||||
- [ ] 新的路由 New Route
|
||||
- [ ] 跟随 [v2 路由规范](/joinus/advanced/script-standard.html) Follows [v2 Script Standard](/en/joinus/advanced/script-standard.html)
|
||||
- [ ] 跟随 [v2 路由规范](https://docs.rsshub.app/joinus/advanced/script-standard) Follows [v2 Script Standard](https://docs.rsshub.app/en/joinus/advanced/script-standard)
|
||||
- [ ] 文档说明 Documentation
|
||||
- [ ] 中文文档 CN
|
||||
- [ ] 英文文档 EN
|
||||
- [ ] 全文获取 fulltext
|
||||
- [ ] 使用缓存 Use Cache
|
||||
- [ ] 使用缓存 Use cache
|
||||
- [ ] 反爬/频率限制 anti-bot or rate limit?
|
||||
- [ ] 如果有, 是否有对应的措施? If yes, do your code reflect this sign?
|
||||
- [ ] [日期和时间](/joinus/advanced/pub-date) [date and time](/en/joinus/advanced/pub-date)
|
||||
- [ ] [日期和时间](https://docs.rsshub.app/joinus/advanced/pub-date) [Date and time](https://docs.rsshub.app/en/joinus/advanced/pub-date)
|
||||
- [ ] 可以解析 Parsed
|
||||
- [ ] 时区调整 Correct TimeZone
|
||||
- [ ] 时区正确 Correct time zone
|
||||
- [ ] 添加了新的包 New package added
|
||||
- [ ] `Puppeteer`
|
||||
|
||||
|
||||
+5
-5
@@ -41,17 +41,17 @@ If your changes are not related to route, please fill in `routes` section with `
|
||||
## 新 RSS 路由检查表 / New RSS Route Checklist
|
||||
|
||||
- [ ] 新的路由 New Route
|
||||
- [ ] 跟随 [v2 路由规范](/joinus/advanced/script-standard) Follows [v2 Script Standard](/en/joinus/advanced/script-standard)
|
||||
- [ ] 跟随 [v2 路由规范](https://docs.rsshub.app/joinus/advanced/script-standard) Follows [v2 Script Standard](https://docs.rsshub.app/en/joinus/advanced/script-standard)
|
||||
- [ ] 文档说明 Documentation
|
||||
- [ ] 中文文档 CN
|
||||
- [ ] 英文文档 EN
|
||||
- [ ] 全文获取 fulltext
|
||||
- [ ] 使用缓存 Use Cache
|
||||
- [ ] 全文获取 full article
|
||||
- [ ] 使用缓存 Use cache
|
||||
- [ ] 反爬/频率限制 anti-bot or rate limit?
|
||||
- [ ] 如果有, 是否有对应的措施? If yes, do your code reflect this sign?
|
||||
- [ ] [日期和时间](/joinus/advanced/pub-date) [date and time](/en/joinus/advanced/pub-date)
|
||||
- [ ] [日期和时间](https://docs.rsshub.app/joinus/advanced/pub-date) [Date and time](https://docs.rsshub.app/en/joinus/advanced/pub-date)
|
||||
- [ ] 可以解析 Parsed
|
||||
- [ ] 时区调整 Correct TimeZone
|
||||
- [ ] 时区正确 Correct time zone
|
||||
- [ ] 添加了新的包 New package added
|
||||
- [ ] `Puppeteer`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user