mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
86 lines
3.3 KiB
JavaScript
86 lines
3.3 KiB
JavaScript
module.exports = {
|
|
'hellobtc.com': {
|
|
_name: '白话区块链',
|
|
'.': [
|
|
{
|
|
title: '首页-最新',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#bai-hua-qu-kuai-lian',
|
|
source: ['/'],
|
|
target: '/hellobtc/information/latest',
|
|
},
|
|
{
|
|
title: '首页-应用',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#bai-hua-qu-kuai-lian',
|
|
source: ['/'],
|
|
target: '/hellobtc/information/application',
|
|
},
|
|
{
|
|
title: '快讯',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#bai-hua-qu-kuai-lian',
|
|
source: ['/news'],
|
|
target: '/hellobtc/news',
|
|
},
|
|
{
|
|
title: '科普-最新',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#bai-hua-qu-kuai-lian',
|
|
source: ['/kepu.html'],
|
|
target: '/hellobtc/kepu/latest',
|
|
},
|
|
{
|
|
title: '科普-比特币',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#bai-hua-qu-kuai-lian',
|
|
source: ['/kepu.html'],
|
|
target: '/hellobtc/kepu/bitcoin',
|
|
},
|
|
{
|
|
title: '科普-以太坊',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#bai-hua-qu-kuai-lian',
|
|
source: ['/kepu.html'],
|
|
target: '/hellobtc/kepu/ethereum',
|
|
},
|
|
{
|
|
title: '科普-DeFi',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#bai-hua-qu-kuai-lian',
|
|
source: ['/kepu.html'],
|
|
target: '/hellobtc/kepu/defi',
|
|
},
|
|
{
|
|
title: '科普-跨链',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#bai-hua-qu-kuai-lian',
|
|
source: ['/kepu.html'],
|
|
target: '/hellobtc/kepu/inter_blockchain',
|
|
},
|
|
{
|
|
title: '科普-挖矿',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#bai-hua-qu-kuai-lian',
|
|
source: ['/kepu.html'],
|
|
target: '/hellobtc/kepu/mining',
|
|
},
|
|
{
|
|
title: '科普-安全',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#bai-hua-qu-kuai-lian',
|
|
source: ['/kepu.html'],
|
|
target: '/hellobtc/kepu/safety',
|
|
},
|
|
{
|
|
title: '科普-中本聪',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#bai-hua-qu-kuai-lian',
|
|
source: ['/kepu.html'],
|
|
target: '/hellobtc/kepu/satoshi_nakamoto',
|
|
},
|
|
{
|
|
title: '科普-公链',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#bai-hua-qu-kuai-lian',
|
|
source: ['/kepu.html'],
|
|
target: '/hellobtc/kepu/public_blockchain',
|
|
},
|
|
{
|
|
title: '专栏',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#bai-hua-qu-kuai-lian',
|
|
source: ['/topic/:id'],
|
|
target: (params) => `/hellobtc/topic/${params.id.split('.')[0]}`,
|
|
},
|
|
],
|
|
},
|
|
};
|