mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-13 08:39:38 +08:00
14 lines
375 B
JavaScript
14 lines
375 B
JavaScript
module.exports = {
|
|
'gdut.edu.cn': {
|
|
_name: '广东工业大学',
|
|
oas: [
|
|
{
|
|
title: '通知公文网',
|
|
docs: 'https://docs.rsshub.app/university.html#guang-dong-gong-ye-da-xue-tong-zhi-gong-wen-wang',
|
|
source: '/seeyon',
|
|
target: '/gdut/oa_news/',
|
|
},
|
|
],
|
|
},
|
|
};
|