mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 11:07:54 +08:00
* fix(route): 中科大官网通知公告正文内容获取 * refactor: migrate to v2 * feat(route): 中国科学技术大学-研究生院/信息科学技术学院/电子工程与信息科学系 * fix: sort router * fix: deprecated url.resolve * fix: fulltext cache fix: nullish coalescing fix: data.link fix: cache.tryGet * fix: deepscan
54 lines
1.7 KiB
JavaScript
54 lines
1.7 KiB
JavaScript
module.exports = {
|
|
'ustc.edu.cn': {
|
|
_name: '中国科学技术大学',
|
|
'.': [
|
|
{
|
|
title: '官网通知公告',
|
|
docs: 'https://docs.rsshub.app/university.html#zhong-guo-ke-xue-ji-shu-da-xue',
|
|
source: '/',
|
|
target: '/ustc/news',
|
|
},
|
|
],
|
|
'www.teach': [
|
|
{
|
|
title: '教务处通知新闻',
|
|
docs: 'https://docs.rsshub.app/university.html#zhong-guo-ke-xue-ji-shu-da-xue',
|
|
source: '/',
|
|
target: '/ustc/jwc',
|
|
},
|
|
],
|
|
job: [
|
|
{
|
|
title: '就业信息网',
|
|
docs: 'https://docs.rsshub.app/university.html#zhong-guo-ke-xue-ji-shu-da-xue',
|
|
source: '/',
|
|
target: '/ustc/job',
|
|
},
|
|
],
|
|
gradschool: [
|
|
{
|
|
title: '研究生院',
|
|
docs: 'https://docs.rsshub.app/university.html#zhong-guo-ke-xue-ji-shu-da-xue',
|
|
source: '/',
|
|
target: '/ustc/gs',
|
|
},
|
|
],
|
|
sist: [
|
|
{
|
|
title: '信息科学技术学院',
|
|
docs: 'https://docs.rsshub.app/university.html#zhong-guo-ke-xue-ji-shu-da-xue',
|
|
source: '/',
|
|
target: '/ustc/sist',
|
|
},
|
|
],
|
|
eeis: [
|
|
{
|
|
title: '电子工程与信息科学系',
|
|
docs: 'https://docs.rsshub.app/university.html#zhong-guo-ke-xue-ji-shu-da-xue',
|
|
source: '/',
|
|
target: '/ustc/eeis',
|
|
},
|
|
],
|
|
},
|
|
};
|