mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 07:40:26 +08:00
* feat(route): tju news * chore: update Co-authored-by: Tony <TonyRL@users.noreply.github.com> * chore: update date format Co-authored-by: Tony <TonyRL@users.noreply.github.com> * chore: update Co-authored-by: Tony <TonyRL@users.noreply.github.com> * doc: update
98 lines
4.0 KiB
JavaScript
98 lines
4.0 KiB
JavaScript
module.exports = {
|
|
'tju.edu.cn': {
|
|
_name: '天津大学',
|
|
cic: [
|
|
{
|
|
title: '智能与计算学部 - 学部新闻',
|
|
docs: 'https://docs.rsshub.app/university.html#tian-jin-da-xue-zhi-neng-yu-ji-suan-xue-bu',
|
|
source: ['/xwzx/xyxw.htm', '/'],
|
|
target: '/tju/cic/news',
|
|
},
|
|
{
|
|
title: '智能与计算学部 - 通知公告',
|
|
docs: 'https://docs.rsshub.app/university.html#tian-jin-da-xue-zhi-neng-yu-ji-suan-xue-bu',
|
|
source: ['/xwzx/tzgg.htm', '/'],
|
|
target: '/tju/cic/notification',
|
|
},
|
|
{
|
|
title: '智能与计算学部 - 北洋智算论坛',
|
|
docs: 'https://docs.rsshub.app/university.html#tian-jin-da-xue-zhi-neng-yu-ji-suan-xue-bu',
|
|
source: ['/byzslt.htm', '/'],
|
|
target: '/tju/cic/forum',
|
|
},
|
|
],
|
|
news: [
|
|
{
|
|
title: '新闻网 - 聚焦天大',
|
|
docs: 'https://docs.rsshub.app/university.html#tian-jin-da-xue-xin-wen-wang',
|
|
source: ['/jjtd.htm', '/'],
|
|
target: '/tju/news/focus',
|
|
},
|
|
{
|
|
title: '新闻网 - 综合新闻',
|
|
docs: 'https://docs.rsshub.app/university.html#tian-jin-da-xue-xin-wen-wang',
|
|
source: ['/zhxw.htm', '/'],
|
|
target: '/tju/news/general',
|
|
},
|
|
{
|
|
title: '新闻网 - 校内新闻',
|
|
docs: 'https://docs.rsshub.app/university.html#tian-jin-da-xue-xin-wen-wang',
|
|
source: ['/xnxw1/qb.htm', '/'],
|
|
target: '/tju/news/internal',
|
|
},
|
|
{
|
|
title: '新闻网 - 媒体报道',
|
|
docs: 'https://docs.rsshub.app/university.html#tian-jin-da-xue-xin-wen-wang',
|
|
source: ['/mtbd.htm', '/'],
|
|
target: '/tju/news/media',
|
|
},
|
|
{
|
|
title: '新闻网 - 图说天大',
|
|
docs: 'https://docs.rsshub.app/university.html#tian-jin-da-xue-xin-wen-wang',
|
|
source: ['/tstd.htm', '/'],
|
|
target: '/tju/news/picture',
|
|
},
|
|
],
|
|
oaa: [
|
|
{
|
|
title: '教务处 - 新闻动态',
|
|
docs: 'https://docs.rsshub.app/university.html#tian-jin-da-xue-jiao-wu-chu',
|
|
source: ['/xwdt.htm', '/'],
|
|
target: '/tju/oaa/news',
|
|
},
|
|
{
|
|
title: '教务处 - 通知公告',
|
|
docs: 'https://docs.rsshub.app/university.html#tian-jin-da-xue-jiao-wu-chu',
|
|
source: ['/tzgg.htm', '/'],
|
|
target: '/tju/oaa/notification',
|
|
},
|
|
],
|
|
yzb: [
|
|
{
|
|
title: '研究生招生网 - 校级公告',
|
|
docs: 'https://docs.rsshub.app/university.html#tian-jin-da-xue-yan-jiu-sheng-zhao-sheng-wang',
|
|
source: ['/xwzx/zxxx/', '/'],
|
|
target: '/tju/yzb/notice',
|
|
},
|
|
{
|
|
title: '研究生招生网 - 统考硕士',
|
|
docs: 'https://docs.rsshub.app/university.html#tian-jin-da-xue-yan-jiu-sheng-zhao-sheng-wang',
|
|
source: ['/xwzx/tkss_xw/', '/'],
|
|
target: '/tju/yzb/master',
|
|
},
|
|
{
|
|
title: '研究生招生网 - 统考博士',
|
|
docs: 'https://docs.rsshub.app/university.html#tian-jin-da-xue-yan-jiu-sheng-zhao-sheng-wang',
|
|
source: ['/xwzx/tkbs_xw/', '/'],
|
|
target: '/tju/yzb/doctor',
|
|
},
|
|
{
|
|
title: '研究生招生网 - 在职学位',
|
|
docs: 'https://docs.rsshub.app/university.html#tian-jin-da-xue-yan-jiu-sheng-zhao-sheng-wang',
|
|
source: ['/xwzx/zzxw/', '/'],
|
|
target: '/tju/yzb/job',
|
|
},
|
|
],
|
|
},
|
|
};
|