mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 13:08:14 +08:00
14 lines
386 B
JavaScript
14 lines
386 B
JavaScript
module.exports = {
|
|
'mohw.gov.tw': {
|
|
_name: '台灣衛生福利部',
|
|
'.': [
|
|
{
|
|
title: '即時新聞澄清',
|
|
docs: 'https://docs.rsshub.app/government.html#tai-wan-wei-sheng-fu-li-bu-ji-shi-xin-wen-cheng-qing',
|
|
source: ['/'],
|
|
target: '/mohw/clarification',
|
|
},
|
|
],
|
|
},
|
|
};
|