24 lines
623 B
JavaScript
24 lines
623 B
JavaScript
module.exports = {
|
|
'xaut.edu.cn': {
|
|
_name: '西安理工大学',
|
|
index: [
|
|
{
|
|
title: '学校官网',
|
|
docs: 'https://docs.rsshub.app/university.html#xi-an-li-gong-da-xue',
|
|
},
|
|
],
|
|
jwc: [
|
|
{
|
|
title: '教务处',
|
|
docs: 'https://docs.rsshub.app/university.html#xi-an-li-gong-da-xue',
|
|
},
|
|
],
|
|
rsc: [
|
|
{
|
|
title: '人事处',
|
|
docs: 'https://docs.rsshub.app/university.html#xi-an-li-gong-da-xue',
|
|
},
|
|
],
|
|
},
|
|
};
|