mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 13:08:14 +08:00
* feat(route):add 政采云前端小报和博客 * fix:因为使用了空值合并操作符??,所有node的版本必须大于等于14 * feat(route):add 政采云前端小报和博客 * fix:因为使用了空值合并操作符??,所有node的版本必须大于等于14 * docs:新增英文说明 * docs:调整位置 * feat: Modify Backquotes * fix:remove duplicate rssbud and add zooTeam * fix: add a close tag * docs: fix docs tags and attrs * fix:add timezone
22 lines
612 B
JavaScript
22 lines
612 B
JavaScript
module.exports = {
|
|
'zoo.team': {
|
|
_name: '政采云前端技术团队',
|
|
weekly: [
|
|
{
|
|
title: '小报',
|
|
docs: 'https://docs.rsshub.app/blog.html#zheng-cai-yun-qian-duan-ji-shu-tuan-dui',
|
|
source: '/',
|
|
target: '/zooTeam/weekly',
|
|
},
|
|
],
|
|
www: [
|
|
{
|
|
title: '博客',
|
|
docs: 'https://docs.rsshub.app/blog.html#zheng-cai-yun-qian-duan-ji-shu-tuan-dui',
|
|
source: '/',
|
|
target: '/zooTeam/blog',
|
|
},
|
|
],
|
|
},
|
|
};
|