Files
RSSHub/lib/v2/remnote/radar.js
2022-08-24 00:56:39 +08:00

14 lines
335 B
JavaScript

module.exports = {
'remnote.com': {
_name: 'RemNote',
'.': [
{
title: 'Changelog',
docs: 'https://docs.rsshub.app/program-update.html#remnote',
source: ['/changelog', '/'],
target: '/remnote/changelog',
},
],
},
};