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