Files
RSSHub/lib/v2/hkepc/radar.js

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',
},
],
},
};