25 lines
651 B
JavaScript
25 lines
651 B
JavaScript
module.exports = {
|
|
'abskoop.com': {
|
|
_name: 'A姐分享',
|
|
nsfw: [
|
|
{
|
|
title: 'NSFW 存档列表',
|
|
docs: 'https://docs.rsshub.app/routes/multimedia#a-jie-fen-xiang',
|
|
source: ['/articles-archive', '/'],
|
|
target: '/abskoop',
|
|
},
|
|
],
|
|
},
|
|
'ahhhhfs.com': {
|
|
_name: 'A姐分享',
|
|
'.': [
|
|
{
|
|
title: '存档列表',
|
|
docs: 'https://docs.rsshub.app/routes/multimedia#a-jie-fen-xiang',
|
|
source: ['/'],
|
|
target: '/abskoop',
|
|
},
|
|
],
|
|
},
|
|
};
|