22 lines
616 B
JavaScript
22 lines
616 B
JavaScript
module.exports = {
|
|
'zoo.team': {
|
|
_name: '政采云前端技术团队',
|
|
weekly: [
|
|
{
|
|
title: '小报',
|
|
docs: 'https://docs.rsshub.app/routes/blog#zheng-cai-yun-qian-duan-ji-shu-tuan-dui',
|
|
source: '/',
|
|
target: '/zooTeam/weekly',
|
|
},
|
|
],
|
|
www: [
|
|
{
|
|
title: '博客',
|
|
docs: 'https://docs.rsshub.app/routes/blog#zheng-cai-yun-qian-duan-ji-shu-tuan-dui',
|
|
source: '/',
|
|
target: '/zooTeam/blog',
|
|
},
|
|
],
|
|
},
|
|
};
|