Files
RSSHub/lib/v2/tokeninsight/radar.js
Holegots 99b50faa40 feat(route): add tokeninsight (#8725)
* feat: add tokeninsight's bulletin

* feat: add tokeninsight's report and blog

* 🔧 Add Limit for tokeninsight

* refactor: migrate to v2

* fix: maintainer path

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-03-03 22:16:14 +08:00

26 lines
819 B
JavaScript

module.exports = {
'tokeninsight.com': {
_name: 'TokenInsight',
'.': [
{
title: '博客',
docs: 'https://docs.rsshub.app/new-media.html#tokeninsight',
source: ['/:lang/blogs'],
target: '/tokeninsight/blog/:lang',
},
{
title: '快讯',
docs: 'https://docs.rsshub.app/new-media.html#tokeninsight',
source: ['/:lang/latest'],
target: '/tokeninsight/bulletin/:lang',
},
{
title: '报告',
docs: 'https://docs.rsshub.app/new-media.html#tokeninsight',
source: ['/:lang/report'],
target: '/tokeninsight/report/:lang',
},
],
},
};