mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 19:59:54 +08:00
14 lines
357 B
JavaScript
14 lines
357 B
JavaScript
module.exports = {
|
|
'ssm.gov.mo': {
|
|
_name: '澳门卫生局',
|
|
www: [
|
|
{
|
|
title: '最新消息',
|
|
docs: 'https://docs.rsshub.app/government.html#ao-men-wei-sheng-ju-zui-xin-xiao-xi',
|
|
source: ['/', '/portal'],
|
|
target: '/ssm/news',
|
|
},
|
|
],
|
|
},
|
|
};
|