mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
* feat(route): add 中国海洋大学教务处 * fix: sort entries * fix: 修复错误的entries排序 * feat(route): add 中国海洋大学选课信息教务通知 * add selfhost ---------
44 lines
1.5 KiB
JavaScript
44 lines
1.5 KiB
JavaScript
module.exports = {
|
|
'ouc.edu.cn': {
|
|
_name: '中国海洋大学',
|
|
it: [
|
|
{
|
|
title: '信息科学与工程学院',
|
|
docs: 'https://docs.rsshub.app/university.html#zhong-guo-hai-yang-da-xue',
|
|
source: ['/'],
|
|
target: '/ouc/it',
|
|
},
|
|
{
|
|
title: '信息科学与工程学院研究生招生通知公告',
|
|
docs: 'https://docs.rsshub.app/university.html#zhong-guo-hai-yang-da-xue',
|
|
source: ['/_s381/16619/list.psp', '/16619/list.htm', '/'],
|
|
target: '/ouc/it/postgraduate',
|
|
},
|
|
],
|
|
jwc: [
|
|
{
|
|
title: '教务处',
|
|
docs: 'https://docs.rsshub.app/university.html#zhong-guo-hai-yang-da-xue',
|
|
source: ['/', '/6517/list.htm'],
|
|
target: '/ouc/jwc',
|
|
},
|
|
],
|
|
jwgl: [
|
|
{
|
|
title: '选课信息教务通知',
|
|
docs: 'https://docs.rsshub.app/university.html#zhong-guo-hai-yang-da-xue',
|
|
source: ['/cas/login.action', '/public/SchoolNotice.jsp'],
|
|
target: '/ouc/jwgl',
|
|
},
|
|
],
|
|
yz: [
|
|
{
|
|
title: '研究生院',
|
|
docs: 'https://docs.rsshub.app/university.html#zhong-guo-hai-yang-da-xue',
|
|
source: ['/5926/list.htm'],
|
|
target: '/ouc/yjs',
|
|
},
|
|
],
|
|
},
|
|
};
|