mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 07:12:51 +08:00
20 lines
553 B
JavaScript
20 lines
553 B
JavaScript
module.exports = {
|
|
'byteclicks.com': {
|
|
_name: '字节点击',
|
|
'.': [
|
|
{
|
|
title: '首页',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#zi-jie-dian-ji',
|
|
source: ['/'],
|
|
target: '/byteclicks',
|
|
},
|
|
{
|
|
title: '标签',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#zi-jie-dian-ji',
|
|
source: ['/tag/:tag'],
|
|
target: '/byteclicks/tag/:tag',
|
|
},
|
|
],
|
|
},
|
|
};
|