Files
RSSHub/lib/v2/freewechat/radar.js
2022-12-09 05:25:44 +08:00

14 lines
347 B
JavaScript

module.exports = {
'freewechat.com': {
_name: '自由微信',
'.': [
{
title: '公众号',
docs: 'https://docs.rsshub.app/new-media.html#zi-you-wei-xin',
source: ['/profile/:id'],
target: '/freewechat/profile/:id',
},
],
},
};