mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 21:47:57 +08:00
14 lines
364 B
JavaScript
14 lines
364 B
JavaScript
module.exports = {
|
|
'hkjunkcall.com': {
|
|
_name: 'HKJunkCall資訊中心',
|
|
'.': [
|
|
{
|
|
title: '近期資訊',
|
|
docs: 'https://docs.rsshub.app/new-media.html#hkjunkcall-zi-xun-zhong-xin-jin-qi-zi-xun',
|
|
source: ['/'],
|
|
target: '/hkjunkcall',
|
|
},
|
|
],
|
|
},
|
|
};
|