mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
14 lines
380 B
JavaScript
14 lines
380 B
JavaScript
module.exports = {
|
|
'imagemagick.org': {
|
|
_name: 'Changelog',
|
|
'.': [
|
|
{
|
|
title: 'ChangeLog',
|
|
docs: 'https://docs.rsshub.app/program-update.html#imagemagick-changelog',
|
|
source: ['/script/download.php', '/script', '/'],
|
|
target: '/imagemagick/changelog',
|
|
},
|
|
],
|
|
},
|
|
};
|