mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 22:19:40 +08:00
14 lines
350 B
JavaScript
14 lines
350 B
JavaScript
module.exports = {
|
|
'ahjzu.edu.cn': {
|
|
_name: '安徽建筑大学',
|
|
news: [
|
|
{
|
|
title: '通知公告',
|
|
docs: 'https://docs.rsshub.app/university.html#an-hui-jian-zhu-da-xue',
|
|
source: '/20/list.htm',
|
|
target: '/ahjzu/news',
|
|
},
|
|
],
|
|
},
|
|
};
|