docs: fix radar `docs` links (#13369)
This commit is contained in:
parent
f2ec5a8d86
commit
ff068b3fe6
|
|
@ -4,13 +4,13 @@ module.exports = {
|
|||
'.': [
|
||||
{
|
||||
title: 'Latest Article',
|
||||
docs: 'https://docs.rsshub.app/finance#ainvest',
|
||||
docs: 'https://docs.rsshub.app/routes/finance#ainvest',
|
||||
source: ['/news'],
|
||||
target: '/ainvest/article',
|
||||
},
|
||||
{
|
||||
title: 'Latest News',
|
||||
docs: 'https://docs.rsshub.app/finance#ainvest',
|
||||
docs: 'https://docs.rsshub.app/routes/finance#ainvest',
|
||||
source: ['/news'],
|
||||
target: '/ainvest/news',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ module.exports = {
|
|||
'www.genetics': [
|
||||
{
|
||||
title: '遗传与生物学研究所 - 学术活动',
|
||||
docs: 'https://docs.rsshub.app/university.html#zhong-guo-ke-xue-yuan',
|
||||
docs: 'https://docs.rsshub.app/routes/university#zhong-guo-ke-xue-yuan',
|
||||
source: ['/jixs/yg', '/'],
|
||||
target: '/cas/genetics/xshd',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4,25 +4,25 @@ module.exports = {
|
|||
insider: [
|
||||
{
|
||||
title: 'Bullets',
|
||||
docs: 'https://docs.rsshub.app/en/routes/finance#finology-insider',
|
||||
docs: 'https://docs.rsshub.app/routes/finance#finology-insider',
|
||||
source: ['/bullets'],
|
||||
target: '/finology/bullets',
|
||||
},
|
||||
{
|
||||
title: 'Category',
|
||||
docs: 'https://docs.rsshub.app/en/routes/finance#finology-insider',
|
||||
docs: 'https://docs.rsshub.app/routes/finance#finology-insider',
|
||||
source: '/:category',
|
||||
target: '/finology/:category',
|
||||
},
|
||||
{
|
||||
title: 'Most Viewed',
|
||||
docs: 'https://docs.rsshub.app/en/routes/finance#finology-insider',
|
||||
docs: 'https://docs.rsshub.app/routes/finance#finology-insider',
|
||||
source: '/most-viewed',
|
||||
target: '/finology/most-viewed/monthly',
|
||||
},
|
||||
{
|
||||
title: 'Trending Topic',
|
||||
docs: 'https://docs.rsshub.app/en/routes/finance#finology-insider',
|
||||
docs: 'https://docs.rsshub.app/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/routes/new-media#grist',
|
||||
docs: 'https://docs.rsshub.app/routes/new-media#grist',
|
||||
source: ['/articles/'],
|
||||
target: '/grist/',
|
||||
},
|
||||
{
|
||||
title: 'Featured',
|
||||
docs: 'https://docs.rsshub.app/en/routes/new-media#grist',
|
||||
docs: 'https://docs.rsshub.app/routes/new-media#grist',
|
||||
source: '/',
|
||||
target: '/grist/featured',
|
||||
},
|
||||
{
|
||||
title: 'Series',
|
||||
docs: 'https://docs.rsshub.app/en/routes/new-media#grist',
|
||||
docs: 'https://docs.rsshub.app/routes/new-media#grist',
|
||||
source: '/series/:series',
|
||||
target: '/grist/series/:series',
|
||||
},
|
||||
{
|
||||
title: 'Topic',
|
||||
docs: 'https://docs.rsshub.app/en/routes/new-media#grist',
|
||||
docs: 'https://docs.rsshub.app/routes/new-media#grist',
|
||||
source: ['/:topic'],
|
||||
target: '/grist/topic/:topic',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ module.exports = {
|
|||
'.': [
|
||||
{
|
||||
title: '外汇牌价',
|
||||
docs: 'https://docs.rsshub.app/other#zhong-guo-gong-shang-yin-hang',
|
||||
docs: 'https://docs.rsshub.app/routes/other#zhong-guo-gong-shang-yin-hang',
|
||||
source: ['/column/1438058341489590354.html'],
|
||||
target: '/icbc/whpj',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ module.exports = {
|
|||
'.': [
|
||||
{
|
||||
title: '频道',
|
||||
docs: 'https://docs.rsshub.app/new-media.html#mu-mu-bo-ke',
|
||||
docs: 'https://docs.rsshub.app/routes/new-media#mu-mu-bo-ke',
|
||||
source: ['/:channel', '/'],
|
||||
target: (params, url) => {
|
||||
url = new URL(url);
|
||||
|
|
@ -15,31 +15,31 @@ module.exports = {
|
|||
},
|
||||
{
|
||||
title: '标签',
|
||||
docs: 'https://docs.rsshub.app/new-media.html#mu-mu-bo-ke',
|
||||
docs: 'https://docs.rsshub.app/routes/new-media#mu-mu-bo-ke',
|
||||
source: ['/tag/:id', '/'],
|
||||
target: '/liulinblog/tag/:id',
|
||||
},
|
||||
{
|
||||
title: '专题',
|
||||
docs: 'https://docs.rsshub.app/new-media.html#mu-mu-bo-ke',
|
||||
docs: 'https://docs.rsshub.app/routes/new-media#mu-mu-bo-ke',
|
||||
source: ['/series/:id', '/'],
|
||||
target: '/liulinblog/series/:id',
|
||||
},
|
||||
{
|
||||
title: '搜索',
|
||||
docs: 'https://docs.rsshub.app/new-media.html#mu-mu-bo-ke',
|
||||
docs: 'https://docs.rsshub.app/routes/new-media#mu-mu-bo-ke',
|
||||
source: ['/search/:keyword', '/'],
|
||||
target: '/liulinblog/search/:keyword',
|
||||
},
|
||||
{
|
||||
title: '60秒读懂世界',
|
||||
docs: 'https://docs.rsshub.app/new-media.html#mu-mu-bo-ke',
|
||||
docs: 'https://docs.rsshub.app/routes/new-media#mu-mu-bo-ke',
|
||||
source: ['/kuaixun', '/'],
|
||||
target: '/liulinblog/kuaixun',
|
||||
},
|
||||
{
|
||||
title: '网络营销',
|
||||
docs: 'https://docs.rsshub.app/new-media.html#mu-mu-bo-ke',
|
||||
docs: 'https://docs.rsshub.app/routes/new-media#mu-mu-bo-ke',
|
||||
source: ['/:channel', '/'],
|
||||
target: (params, url) => {
|
||||
url = new URL(url);
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ module.exports = {
|
|||
'.': [
|
||||
{
|
||||
title: '教学部通知公告',
|
||||
docs: 'https://docs.rsshub.app/university.html#le-shan-shi-fan-xue-yuan',
|
||||
docs: 'https://docs.rsshub.app/routes/university#le-shan-shi-fan-xue-yuan',
|
||||
source: ['/'],
|
||||
target: '/lsnu/jiaowc/tzgg',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4,19 +4,19 @@ module.exports = {
|
|||
'.': [
|
||||
{
|
||||
title: '首页',
|
||||
docs: 'https://docs.rsshub.app/new-media#niao-ge-bi-ji',
|
||||
docs: 'https://docs.rsshub.app/routes/new-media#niao-ge-bi-ji',
|
||||
source: ['/'],
|
||||
target: '/niaogebiji',
|
||||
},
|
||||
{
|
||||
title: '今日事',
|
||||
docs: 'https://docs.rsshub.app/new-media#niao-ge-bi-ji',
|
||||
docs: 'https://docs.rsshub.app/routes/new-media#niao-ge-bi-ji',
|
||||
source: ['/', '/bulletin'],
|
||||
target: '/niaogebiji',
|
||||
},
|
||||
{
|
||||
title: '分类目录',
|
||||
docs: 'https://docs.rsshub.app/new-media#niao-ge-bi-ji',
|
||||
docs: 'https://docs.rsshub.app/routes/new-media#niao-ge-bi-ji',
|
||||
source: ['/cat/:cat'],
|
||||
target: '/niaogebiji/cat/:cat',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ module.exports = {
|
|||
'.': [
|
||||
{
|
||||
title: '关键词搜索',
|
||||
docs: 'https://docs.rsshub.app/anime.htm#an-の3dエロ-dong-hua-oreno3d-guan-jian-ci-sou-suo',
|
||||
docs: 'https://docs.rsshub.app/routes/anime#an-の3dエロ-dong-hua-oreno3d-guan-jian-ci-sou-suo',
|
||||
source: ['/search'],
|
||||
target: (_params, url) => {
|
||||
const searchParams = new URL(url).searchParams;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ module.exports = {
|
|||
'.': [
|
||||
{
|
||||
title: '官网信息',
|
||||
docs: 'https://docs.rsshub.app/university.html#xin-xiang-yi-xue-yuan-san-quan-xue-yuan',
|
||||
docs: 'https://docs.rsshub.app/routes/university#xin-xiang-yi-xue-yuan-san-quan-xue-yuan',
|
||||
source: ['/:category/list.htm'],
|
||||
target: '/sqmc/www/:category?',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ module.exports = {
|
|||
'.': [
|
||||
{
|
||||
title: '日历',
|
||||
docs: 'https://docs.rsshub.app/#thbwiki',
|
||||
docs: 'https://docs.rsshub.app/routes/anime#thbwiki',
|
||||
source: ['/', '/日程表'],
|
||||
target: '/thwiki/calendar',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ module.exports = {
|
|||
'.': [
|
||||
{
|
||||
title: '首页帖子',
|
||||
docs: 'https://docs.rsshub.app/bbs#xiao-te-she-qu',
|
||||
docs: 'https://docs.rsshub.app/routes/bbs#xiao-te-she-qu',
|
||||
source: ['/'],
|
||||
target: '/xiaote/news',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4,13 +4,13 @@ module.exports = {
|
|||
'.': [
|
||||
{
|
||||
title: '影视资讯',
|
||||
docs: 'https://docs.rsshub.app/multimedia#ren-ren-ying-shi',
|
||||
docs: 'https://docs.rsshub.app/routes/multimedia#ren-ren-ying-shi',
|
||||
source: '/article',
|
||||
target: (_params, url) => `/yyets/article${new URL(url).searchParams.has('type') ? '/' + new URL(url).searchParams.get('type') : ''}`,
|
||||
},
|
||||
{
|
||||
title: '今日播出',
|
||||
docs: 'https://docs.rsshub.app/multimedia#ren-ren-ying-shi',
|
||||
docs: 'https://docs.rsshub.app/routes/multimedia#ren-ren-ying-shi',
|
||||
source: ['/tv/schedule', '/'],
|
||||
target: '/yyets/today',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue