mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
20 lines
605 B
JavaScript
20 lines
605 B
JavaScript
module.exports = {
|
|
'islander.cc': {
|
|
_name: '島民衛星 Islander',
|
|
'.': [
|
|
{
|
|
title: '事件分析',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#dao-min-wei-xing-islander',
|
|
source: ['/'],
|
|
target: '/islander/search',
|
|
},
|
|
{
|
|
title: '單日焦點',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#dao-min-wei-xing-islander',
|
|
source: ['/top30event', '/'],
|
|
target: '/islander/top30event',
|
|
},
|
|
],
|
|
},
|
|
};
|