Files
RSSHub/lib/v2/islander/radar.js
2023-08-15 03:12:12 +01:00

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',
},
],
},
};