mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 23:00:48 +08:00
20 lines
537 B
JavaScript
20 lines
537 B
JavaScript
module.exports = {
|
|
'hkepc.com': {
|
|
_name: 'HKEPC',
|
|
'.': [
|
|
{
|
|
title: 'HKEPC 电脑领域',
|
|
docs: 'https://docs.rsshub.app/new-media.html#hkepc',
|
|
source: ['/:category?'],
|
|
target: '/hkepc/:category?',
|
|
},
|
|
{
|
|
title: 'HKEPC 电脑领域',
|
|
docs: 'https://docs.rsshub.app/new-media.html#hkepc',
|
|
source: ['/'],
|
|
target: '/hkepc',
|
|
},
|
|
],
|
|
},
|
|
};
|