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