mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 18:48:12 +08:00
14 lines
354 B
JavaScript
14 lines
354 B
JavaScript
module.exports = {
|
|
'qlu.edu.cn': {
|
|
_name: '齐鲁工业大学',
|
|
'.': [
|
|
{
|
|
title: '通知公告',
|
|
docs: 'https://docs.rsshub.app/routes/university#qi-lu-gong-ye-da-xue',
|
|
source: ['/tzggsh/list1.htm'],
|
|
target: '/qlu/notice',
|
|
},
|
|
],
|
|
},
|
|
};
|