Files
RSSHub/lib/v2/swpu/radar.js
CYTMWIA d158e660eb feat(route): add 西南石油大学 (#9097)
* feat(route): add 西南石油大学

* typo
2022-02-15 20:57:04 +08:00

32 lines
978 B
JavaScript

module.exports = {
'swpu.edu.cn': {
_name: '西南石油大学',
'.': [
{
title: '办公网',
docs: 'https://docs.rsshub.app/university.html#xi-nan-shi-you-da-xue',
source: ['/'],
target: '',
},
{
title: '教务处',
docs: 'https://docs.rsshub.app/university.html#xi-nan-shi-you-da-xue',
source: ['/'],
target: '',
},
{
title: '计算机科学学院',
docs: 'https://docs.rsshub.app/university.html#xi-nan-shi-you-da-xue',
source: ['/'],
target: '',
},
{
title: '电气信息学院',
docs: 'https://docs.rsshub.app/university.html#xi-nan-shi-you-da-xue',
source: ['/'],
target: '',
},
],
},
};