mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 23:34:38 +08:00
14 lines
436 B
JavaScript
14 lines
436 B
JavaScript
module.exports = {
|
|
'hljucm.net': {
|
|
_name: '黑龙江中医药大学',
|
|
yjsy: [
|
|
{
|
|
title: '研究生院',
|
|
docs: 'https://docs.rsshub.app/routes/university#hei-long-jiang-zhong-yi-yao-da-xue',
|
|
source: ['/index/:category', '/index'],
|
|
target: (params) => `/hljucm/yjsy/${params.category.replace('.htm', '')}`,
|
|
},
|
|
],
|
|
},
|
|
};
|