feat(radar): add Gcores radar rules (#7018)

This commit is contained in:
小虎故洞 2021-03-02 12:58:22 +08:00 committed by GitHub
parent dc0520c753
commit 45eff8ea5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 1 deletions

View File

@ -2875,4 +2875,33 @@
},
],
},
'gcores.com': {
_name: '机核网',
www: [
{
title: '资讯',
docs: 'https://docs.rsshub.app/program-update.html#eagle',
source: '/news',
target: '/gcores/category/news',
},
{
title: '视频',
docs: 'https://docs.rsshub.app/program-update.html#eagle',
source: '/videos',
target: '/gcores/category/videos',
},
{
title: '电台',
docs: 'https://docs.rsshub.app/program-update.html#eagle',
source: '/radios',
target: '/gcores/category/radios',
},
{
title: '文章',
docs: 'https://docs.rsshub.app/program-update.html#eagle',
source: '/articles',
target: '/gcores/category/articles',
},
],
},
});

View File

@ -1241,7 +1241,7 @@ others = 热点新闻 + 滚动新闻
### 分类
<Route author="MoguCloud" example="/gcores/category/news" path="/gcores/category/:category" :paramsDesc="['分类名']">
<Route author="MoguCloud" example="/gcores/category/news" path="/gcores/category/:category" :paramsDesc="['分类名']" radar="1">
| 资讯 | 视频 | 电台 | 文章 |
| ---- | ------ | ------ | -------- |