mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 15:47:48 +08:00
14 lines
323 B
JavaScript
14 lines
323 B
JavaScript
module.exports = {
|
|
'paradigm.xyz': {
|
|
_name: 'Paradigm',
|
|
'.': [
|
|
{
|
|
title: 'Writing',
|
|
docs: 'https://docs.rsshub.app/routes/finance#paradigm',
|
|
source: ['/writing'],
|
|
target: '/paradigm/writing',
|
|
},
|
|
],
|
|
},
|
|
};
|