mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
44 lines
1.4 KiB
JavaScript
44 lines
1.4 KiB
JavaScript
module.exports = {
|
|
'swpu.edu.cn': {
|
|
_name: '西南石油大学',
|
|
'.': [
|
|
{
|
|
title: '办公网',
|
|
docs: 'https://docs.rsshub.app/routes/university#xi-nan-shi-you-da-xue',
|
|
source: ['/'],
|
|
target: '',
|
|
},
|
|
{
|
|
title: '教务处',
|
|
docs: 'https://docs.rsshub.app/routes/university#xi-nan-shi-you-da-xue',
|
|
source: ['/'],
|
|
target: '',
|
|
},
|
|
{
|
|
title: '计算机科学学院',
|
|
docs: 'https://docs.rsshub.app/routes/university#xi-nan-shi-you-da-xue',
|
|
source: ['/'],
|
|
target: '',
|
|
},
|
|
{
|
|
title: '电气信息学院',
|
|
docs: 'https://docs.rsshub.app/routes/university#xi-nan-shi-you-da-xue',
|
|
source: ['/'],
|
|
target: '',
|
|
},
|
|
{
|
|
title: '信息学院',
|
|
docs: 'https://docs.rsshub.app/routes/university#xi-nan-shi-you-da-xue',
|
|
source: ['/'],
|
|
target: '',
|
|
},
|
|
{
|
|
title: '财经学院',
|
|
docs: 'https://docs.rsshub.app/routes/university#xi-nan-shi-you-da-xue',
|
|
source: ['/'],
|
|
target: '',
|
|
},
|
|
],
|
|
},
|
|
};
|