mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 05:03:44 +08:00
14 lines
313 B
JavaScript
14 lines
313 B
JavaScript
module.exports = {
|
|
'mtime.com': {
|
|
_name: '时光网',
|
|
news: [
|
|
{
|
|
title: '资讯',
|
|
docs: 'https://docs.rsshub.app/multimedia.html#shi-guang-wang',
|
|
source: '/',
|
|
target: '/mtime/news',
|
|
},
|
|
],
|
|
},
|
|
};
|