mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
66 lines
2.4 KiB
JavaScript
66 lines
2.4 KiB
JavaScript
module.exports = {
|
|
'scnu.edu.cn': {
|
|
_name: '华南师范大学',
|
|
cs: [
|
|
{
|
|
title: '计算机学院竞赛通知',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-nan-shi-fan-da-xue',
|
|
source: ['/xueshenggongzuo/chengchangfazhan/kejichuangxin/', '/'],
|
|
target: '/scnu/cs/match',
|
|
},
|
|
],
|
|
jw: [
|
|
{
|
|
title: '教务处通知',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-nan-shi-fan-da-xue',
|
|
source: ['/ann/index.html', '/'],
|
|
target: '/scnu/jw',
|
|
},
|
|
],
|
|
lib: [
|
|
{
|
|
title: '图书馆通知',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-nan-shi-fan-da-xue',
|
|
source: ['/news/zuixingonggao', '/'],
|
|
target: '/scnu/library',
|
|
},
|
|
],
|
|
physics: [
|
|
{
|
|
title: '物理与电信工程学院通知',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-nan-shi-fan-da-xue',
|
|
source: ['/NEWS/Notices/'],
|
|
target: '/scnu/physics-school-announcements',
|
|
},
|
|
{
|
|
title: '物理与电信工程学院新闻动态',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-nan-shi-fan-da-xue',
|
|
source: ['/NEWS/News/'],
|
|
target: '/scnu/physics-school-news',
|
|
},
|
|
{
|
|
title: '物理与电信工程学院科学研究动态',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-nan-shi-fan-da-xue',
|
|
source: ['/RESEARCH/'],
|
|
target: '/scnu/physics-school-research-news',
|
|
},
|
|
],
|
|
ss: [
|
|
{
|
|
title: '软件学院通知公告',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-nan-shi-fan-da-xue',
|
|
source: ['/tongzhigonggao', '/'],
|
|
target: '/scnu/ss',
|
|
},
|
|
],
|
|
yz: [
|
|
{
|
|
title: '研究生院通知公告',
|
|
docs: 'https://docs.rsshub.app/routes/university#hua-nan-shi-fan-da-xue',
|
|
source: ['/tongzhigonggao/ssgg', '/'],
|
|
target: '/scnu/yjs',
|
|
},
|
|
],
|
|
},
|
|
};
|