25 lines
721 B
JavaScript
25 lines
721 B
JavaScript
module.exports = {
|
|
'dushu.io': {
|
|
_name: '樊登读书会',
|
|
card: [
|
|
{
|
|
title: '福州运营中心',
|
|
docs: 'https://docs.rsshub.app/new-media.html#fan-deng-du-shu-fan-deng-fu-zhou-yun-ying-zhong-xin',
|
|
source: ['*'],
|
|
target: '/dushu/fuzhou',
|
|
},
|
|
],
|
|
},
|
|
'dushu365.com': {
|
|
_name: '樊登读书会',
|
|
www: [
|
|
{
|
|
title: '福州运营中心',
|
|
docs: 'https://docs.rsshub.app/new-media.html#fan-deng-du-shu-fan-deng-fu-zhou-yun-ying-zhong-xin',
|
|
source: ['*'],
|
|
target: '/dushu/fuzhou',
|
|
},
|
|
],
|
|
},
|
|
};
|