22 lines
612 B
JavaScript
22 lines
612 B
JavaScript
module.exports = {
|
|
'syosetu.com': {
|
|
_name: 'syosetu',
|
|
ncode: [
|
|
{
|
|
title: '章节更新',
|
|
docs: 'https://docs.rsshub.app/reading.html#syosetu-zhang-jie-geng-xin',
|
|
source: ['/:id'],
|
|
target: '/syosetu/chapter/:id',
|
|
},
|
|
],
|
|
novel18: [
|
|
{
|
|
title: '章节更新',
|
|
docs: 'https://docs.rsshub.app/reading.html#syosetu-zhang-jie-geng-xin',
|
|
source: ['/:id'],
|
|
target: '/syosetu/chapter/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|