Files
RSSHub/lib/v2/nextapple/radar.js
miles 173c4e6970 feat(route): add 壹蘋新聞網 (#10671)
* feat(route): add 壹蘋新聞網

* feat(route): remove comments

* docs: fix tag closing
2022-09-01 23:55:05 +08:00

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