mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-16 02:42:57 +08:00
* feat(route): XAUFE jiaowu * feat(route): support radar for XAUFE route * fix: Incomplete string escaping or encoding * Apply suggestions from code review Co-authored-by: Tony <TonyRL@users.noreply.github.com> * fix: excessive slice --------- Co-authored-by: Tony <TonyRL@users.noreply.github.com>
12 lines
268 B
JavaScript
12 lines
268 B
JavaScript
module.exports = {
|
|
'xaufe.edu.cn': {
|
|
_name: '西安财经大学',
|
|
jiaowu: [
|
|
{
|
|
title: '教务处',
|
|
docs: 'https://docs.rsshub.app/university.html#xi-an-cai-jing-da-xue',
|
|
},
|
|
]
|
|
},
|
|
};
|