Files
RSSHub/lib/v2/wechat/radar.js
2022-04-20 21:43:34 +08:00

24 lines
621 B
JavaScript

module.exports = {
'feeddd.org': {
_name: '微信',
'.': [
{
title: '公众号 (feeddd 来源)',
docs: 'https://docs.rsshub.app/new-media.html#wei-xin',
source: ['/'],
},
],
},
'data258.com': {
_name: '微信',
mp: [
{
title: '公众号 (微阅读来源)',
docs: 'https://docs.rsshub.app/new-media.html#wei-xin',
source: ['/', '/article/category/:id'],
target: '/wechat/data258/:id?',
},
],
},
};