mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 12:21:31 +08:00
14 lines
337 B
JavaScript
14 lines
337 B
JavaScript
module.exports = {
|
|
'pmthinking.com': {
|
|
_name: '产品沉思录',
|
|
'.': [
|
|
{
|
|
title: '首页',
|
|
docs: 'https://docs.rsshub.app/new-media.html#chan-pin-chen-si-lu-shou-ye',
|
|
source: ['/'],
|
|
target: '/pmthinking',
|
|
},
|
|
],
|
|
},
|
|
};
|