mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 13:08:14 +08:00
14 lines
347 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
};
|