mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 09:38:04 +08:00
14 lines
345 B
JavaScript
14 lines
345 B
JavaScript
module.exports = {
|
|
'devolverdigital.com': {
|
|
_name: 'DevolverDigital',
|
|
'.': [
|
|
{
|
|
title: '官方博客',
|
|
docs: 'https://docs.rsshub.app/routes/blog#devolverdigital',
|
|
source: '/blog',
|
|
target: '/devolverdigital/blog',
|
|
},
|
|
],
|
|
},
|
|
};
|