mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 12:21:31 +08:00
14 lines
326 B
JavaScript
14 lines
326 B
JavaScript
module.exports = {
|
|
'watchout.tw': {
|
|
_name: '沃草',
|
|
'.': [
|
|
{
|
|
title: '文件列表',
|
|
docs: 'https://docs.rsshub.app/new-media.html#wo-cao-wen-jian-lie-biao',
|
|
source: ['/'],
|
|
target: '/watchout',
|
|
},
|
|
],
|
|
},
|
|
};
|