mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
Co-authored-by: Tony <TonyRL@users.noreply.github.com> Co-authored-by: chen <2782772457@qq.com>
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',
|
|
},
|
|
],
|
|
},
|
|
};
|