mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
14 lines
377 B
JavaScript
14 lines
377 B
JavaScript
module.exports = {
|
|
'getdr.com': {
|
|
_name: '趨勢科技防詐達人',
|
|
'.': [
|
|
{
|
|
title: '最新詐騙情報',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#qu-shi-ke-ji-fang-zha-da-ren-zui-xin-zha-pian-qing-bao',
|
|
source: ['/'],
|
|
target: '/getdr',
|
|
},
|
|
],
|
|
},
|
|
};
|