mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 21:47:57 +08:00
20 lines
523 B
JavaScript
20 lines
523 B
JavaScript
module.exports = {
|
|
'myzaker.com': {
|
|
_name: 'ZAKER',
|
|
'.': [
|
|
{
|
|
title: '分类',
|
|
docs: 'https://docs.rsshub.app/new-media.html#zaker',
|
|
source: ['/:type/:id'],
|
|
target: '/zaker/:type/:id',
|
|
},
|
|
{
|
|
title: '精读',
|
|
docs: 'https://docs.rsshub.app/new-media.html#zaker',
|
|
source: ['/'],
|
|
target: '/zaker/focusread',
|
|
},
|
|
],
|
|
},
|
|
};
|