mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 22:19:40 +08:00
14 lines
340 B
JavaScript
14 lines
340 B
JavaScript
module.exports = {
|
|
'gitlab.io': {
|
|
_name: 'GitLab',
|
|
agora0: [
|
|
{
|
|
title: '零博客',
|
|
docs: 'https://docs.rsshub.app/blog.html#ling-bo-ke-fen-lei',
|
|
source: ['/blog/:category', '/'],
|
|
target: '/agora0/:category',
|
|
},
|
|
],
|
|
},
|
|
};
|