mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 23:34:38 +08:00
14 lines
396 B
JavaScript
14 lines
396 B
JavaScript
module.exports = {
|
|
'zuel.edu.cn': {
|
|
_name: '中南财经政法大学',
|
|
wap: [
|
|
{
|
|
title: '通知公告',
|
|
docs: 'https://docs.rsshub.app/univeristy.html#zhong-nan-cai-jing-zheng-fa-da-xue-tong-zhi-gong-gao',
|
|
source: ['/', '/notice/list.htm'],
|
|
target: '/zuel/notice',
|
|
},
|
|
],
|
|
},
|
|
};
|