mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 10:08:02 +08:00
20 lines
547 B
JavaScript
20 lines
547 B
JavaScript
module.exports = {
|
|
'zhiy.cc': {
|
|
_name: '知园',
|
|
'.': [
|
|
{
|
|
title: 'Newsletter',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#zhi-yuan',
|
|
source: ['/:author'],
|
|
target: '/zhiy/letters/:author',
|
|
},
|
|
{
|
|
title: '笔记',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#zhi-yuan',
|
|
source: ['/:author'],
|
|
target: '/zhiy/posts/:author',
|
|
},
|
|
],
|
|
},
|
|
};
|