mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 10:08:02 +08:00
54 lines
1.7 KiB
JavaScript
54 lines
1.7 KiB
JavaScript
module.exports = {
|
|
'setn.com': {
|
|
_name: '三立新聞網',
|
|
'.': [
|
|
{
|
|
title: '新聞',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#san-li-xin-wen-wang-xin-wen',
|
|
source: ['/ViewAll.aspx', '/'],
|
|
target: '/setn',
|
|
},
|
|
],
|
|
star: [
|
|
{
|
|
title: '娛樂新聞',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#san-li-xin-wen-wang-xin-wen',
|
|
source: ['/viewall', '/'],
|
|
target: '/setn/娛樂',
|
|
},
|
|
],
|
|
health: [
|
|
{
|
|
title: '健康新聞',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#san-li-xin-wen-wang-xin-wen',
|
|
source: ['/viewall', '/'],
|
|
target: '/setn/健康',
|
|
},
|
|
],
|
|
travel: [
|
|
{
|
|
title: '旅遊新聞',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#san-li-xin-wen-wang-xin-wen',
|
|
source: ['/viewall', '/'],
|
|
target: '/setn/旅遊',
|
|
},
|
|
],
|
|
fuhouse: [
|
|
{
|
|
title: '富房網新聞',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#san-li-xin-wen-wang-xin-wen',
|
|
source: ['/viewall', '/'],
|
|
target: '/setn/富房網',
|
|
},
|
|
],
|
|
watch: [
|
|
{
|
|
title: '女孩新聞',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#san-li-xin-wen-wang-xin-wen',
|
|
source: ['/viewall', '/'],
|
|
target: '/setn/女孩',
|
|
},
|
|
],
|
|
},
|
|
};
|