mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
14 lines
320 B
JavaScript
14 lines
320 B
JavaScript
module.exports = {
|
|
'trow.cc': {
|
|
_name: 'The Ring of Wonder',
|
|
'.': [
|
|
{
|
|
title: '首页更新',
|
|
docs: 'https://docs.rsshub.app/bbs.html#the-ring-of-wonder',
|
|
source: ['/'],
|
|
target: '/portal',
|
|
},
|
|
],
|
|
},
|
|
};
|