mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 13:39:35 +08:00
14 lines
380 B
JavaScript
14 lines
380 B
JavaScript
module.exports = {
|
|
'https://www.icac.org.hk': {
|
|
_name: '廉政公署',
|
|
'.': [
|
|
{
|
|
title: '新闻公布',
|
|
docs: 'https://docs.rsshub.app/government.html#xiang-gang-lian-zheng-gong-shu',
|
|
source: ['/:lang/press/index.html'],
|
|
target: '/icac/news/:lang',
|
|
},
|
|
],
|
|
},
|
|
};
|