mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 01:28:08 +08:00
26 lines
825 B
JavaScript
26 lines
825 B
JavaScript
module.exports = {
|
|
'tokeninsight.com': {
|
|
_name: 'TokenInsight',
|
|
'.': [
|
|
{
|
|
title: '博客',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#tokeninsight',
|
|
source: ['/:lang/blogs'],
|
|
target: '/tokeninsight/blog/:lang',
|
|
},
|
|
{
|
|
title: '快讯',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#tokeninsight',
|
|
source: ['/:lang/latest'],
|
|
target: '/tokeninsight/bulletin/:lang',
|
|
},
|
|
{
|
|
title: '报告',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#tokeninsight',
|
|
source: ['/:lang/report'],
|
|
target: '/tokeninsight/report/:lang',
|
|
},
|
|
],
|
|
},
|
|
};
|