mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
* feat: add rss proxy * docs: 增加文档 * feat: 增加description和自动链接提取 * feat: 增加一些有用的radar * fix: 链接补全 * fix: lint * fix: request config * docs: example encode * fix: rename proxy to transform * refactor: move it under rsshub fix: split radar rules * fix: maintainer build * style: camelCase * docs: fix example ---------
14 lines
373 B
JavaScript
14 lines
373 B
JavaScript
module.exports = {
|
|
'sec.today': {
|
|
_name: '每日安全',
|
|
'.': [
|
|
{
|
|
title: '动态',
|
|
docs: 'https://docs.rsshub.app/',
|
|
source: ['/pulses', '/'],
|
|
target: '/rsshub/transform/html/https%3A%2F%2Fsec.today%2Fpulses%2F/item=div[class="card-body"]',
|
|
},
|
|
],
|
|
},
|
|
};
|