mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 07:12:51 +08:00
14 lines
359 B
JavaScript
14 lines
359 B
JavaScript
module.exports = {
|
|
'diskanalyzer.com': {
|
|
_name: "What's New",
|
|
'.': [
|
|
{
|
|
title: 'Change Log',
|
|
docs: 'https://docs.rsshub.app/program-update.html#wiztree-whats-new',
|
|
source: ['/whats-new', '/'],
|
|
target: '/diskanalyzer/whats-new',
|
|
},
|
|
],
|
|
},
|
|
};
|