mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
* add 西南石油大学财金学院和信息学院 * add 西南石油大学财经学院和信息学院 * Merge branch 'master' of github.com:RiverTwilight/RSSHub * feat: 增加西南石油大学信息学院和财经学院 * lint: remove console-log * lint: simplify got usage, and so on * lint: parenthesize the returned value * lint: remove useless symbol * docs: fixes
44 lines
1.4 KiB
JavaScript
44 lines
1.4 KiB
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: '',
|
|
},
|
|
{
|
|
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: '',
|
|
},
|
|
],
|
|
},
|
|
};
|