mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-14 17:19:37 +08:00
14 lines
422 B
JavaScript
14 lines
422 B
JavaScript
module.exports = {
|
|
'uibe.edu.cn': {
|
|
_name: '对外经济贸易大学',
|
|
hr: [
|
|
{
|
|
title: '人力资源处',
|
|
docs: 'https://docs.rsshub.app/university.html#dui-wai-jing-ji-mao-yi-da-xue-ren-li-zi-yuan-chu',
|
|
source: ['/:category/:type', '/:category', '/'],
|
|
target: '/uibe/hr/:category?/:type?',
|
|
},
|
|
],
|
|
},
|
|
};
|