mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 02:28:23 +08:00
14 lines
369 B
JavaScript
14 lines
369 B
JavaScript
module.exports = {
|
|
'ccac.org.mo': {
|
|
_name: '澳门廉政公署',
|
|
'.': [
|
|
{
|
|
title: '最新消息',
|
|
docs: 'https://docs.rsshub.app/routes/government#ao-men-lian-zheng-gong-shu',
|
|
source: ['/:lang/news.html'],
|
|
target: '/ccac/news/all/:lang',
|
|
},
|
|
],
|
|
},
|
|
};
|