Files
RSSHub/lib/v2/trow/radar.js
shiningdracon 8a96fcb83c feat(route): 添加 “The Ring of Wonder 首页更新”的route以及文档 (#8237)
* Add route: The Ring of Wonder

* Fix timezone

* Remove templates (not in use)
2021-09-23 01:14:54 -07:00

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',
},
],
},
};