Files
RSSHub/lib/v2/hljucm/radar.js
2023-08-15 03:12:12 +01:00

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', '')}`,
},
],
},
};