feat(radar): add Gcores radar rules (#7018)
This commit is contained in:
parent
dc0520c753
commit
45eff8ea5a
|
|
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
||||
| 资讯 | 视频 | 电台 | 文章 |
|
||||
| ---- | ------ | ------ | -------- |
|
||||
|
|
|
|||
Loading…
Reference in New Issue