mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
30 lines
916 B
JavaScript
30 lines
916 B
JavaScript
module.exports = {
|
|
'ustb.edu.cn': {
|
|
_name: '北京科技大学',
|
|
gs: [
|
|
{
|
|
title: '研究生院',
|
|
docs: 'https://docs.rsshub.app/routes/university#bei-jing-ke-ji-da-xue',
|
|
source: '/:type',
|
|
target: '/ustb/yjsy/news/:type',
|
|
},
|
|
],
|
|
tj: [
|
|
{
|
|
title: '天津学院',
|
|
docs: 'https://docs.rsshub.app/routes/university#bei-jing-ke-ji-da-xue',
|
|
source: ['/*'],
|
|
target: '/ustb/tj/news/all',
|
|
},
|
|
],
|
|
yzxc: [
|
|
{
|
|
title: '研究生招生信息网',
|
|
docs: 'https://docs.rsshub.app/routes/university#bei-jing-ke-ji-da-xue-yan-jiu-sheng-zhao-sheng-xin-xi-wang',
|
|
source: '/',
|
|
target: '/ustb/yzxc/tzgg',
|
|
},
|
|
],
|
|
},
|
|
};
|