RSSHub/lib/v2/ezone/radar.js

14 lines
335 B
JavaScript

module.exports = {
'ezone.hk': {
_name: 'ezone.hk',
'.': [
{
title: '分类',
docs: 'https://docs.rsshub.app/routes/new-media#ezone-hk-fen-lei',
source: ['/:category', '/'],
target: '/ezone/:category?',
},
],
},
};