20 lines
527 B
JavaScript
20 lines
527 B
JavaScript
module.exports = {
|
|
'myzaker.com': {
|
|
_name: 'ZAKER',
|
|
'.': [
|
|
{
|
|
title: '分类',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#zaker',
|
|
source: ['/:type/:id'],
|
|
target: '/zaker/:type/:id',
|
|
},
|
|
{
|
|
title: '精读',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#zaker',
|
|
source: ['/'],
|
|
target: '/zaker/focusread',
|
|
},
|
|
],
|
|
},
|
|
};
|