Files
RSSHub/lib/v2/diskanalyzer/radar.js
2022-07-22 23:22:09 +00:00

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',
},
],
},
};