Files
RSSHub/lib/v2/ezone/radar.js
Ethan Shen e7e2810b29 fix(route): ezone.hk (#8354)
* fix(route): ezone.hk

* add index.js

* fix index.js
2022-02-02 03:22:35 +08:00

14 lines
333 B
JavaScript

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