mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 22:19:40 +08:00
14 lines
376 B
JavaScript
14 lines
376 B
JavaScript
module.exports = {
|
|
'nextapple.com': {
|
|
_name: '壹蘋新聞網',
|
|
tw: [
|
|
{
|
|
title: '最新新聞',
|
|
docs: 'https://docs.rsshub.app/new-media.html#yi-ping-xin-wen-wang',
|
|
source: ['/', '/realtime/:category'],
|
|
target: '/nextapple/realtime/:category?',
|
|
},
|
|
],
|
|
},
|
|
};
|