mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 11:07:54 +08:00
14 lines
406 B
JavaScript
14 lines
406 B
JavaScript
module.exports = {
|
|
'anquanke.com': {
|
|
_name: '安全客',
|
|
'.': [
|
|
{
|
|
title: '分类订阅',
|
|
docs: 'https://docs.rsshub.app/programming.html#an-quan-ke',
|
|
source: ['/:category', '/'],
|
|
target: (params) => `/anquanke/${params.category === 'week-list' ? 'week' : params.category}`,
|
|
},
|
|
],
|
|
},
|
|
};
|