mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
14 lines
370 B
JavaScript
14 lines
370 B
JavaScript
module.exports = {
|
|
'aamacau.com': {
|
|
_name: '論盡媒體 AllAboutMacau Media',
|
|
'.': [
|
|
{
|
|
title: '话题',
|
|
docs: 'https://docs.rsshub.app/new-media.html#lun-jin-mei-ti-allaboutmacau-media-hua-ti',
|
|
source: ['/'],
|
|
target: '/:category?/:id?',
|
|
},
|
|
],
|
|
},
|
|
};
|