mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-15 01:30:33 +08:00
14 lines
359 B
JavaScript
14 lines
359 B
JavaScript
module.exports = {
|
|
'baozimh.com': {
|
|
_name: '包子漫画',
|
|
www: [
|
|
{
|
|
title: '订阅漫画',
|
|
docs: 'https://docs.rsshub.app/multimedia.html#bandcamp-upcoming-live-streams',
|
|
source: '/comic/:name',
|
|
target: '/baozimh/comic/:name',
|
|
},
|
|
],
|
|
},
|
|
};
|