mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 23:00:48 +08:00
14 lines
369 B
JavaScript
14 lines
369 B
JavaScript
module.exports = {
|
|
'tynu.edu.cn': {
|
|
_name: '太原师范学院',
|
|
'.': [
|
|
{
|
|
title: '通知公告',
|
|
docs: 'https://docs.rsshub.app/university.html#tai-yuan-shi-fan-xue-yuan',
|
|
source: ['/index/tzgg.htm', '/index.htm', '/'],
|
|
target: '/tynu',
|
|
},
|
|
],
|
|
},
|
|
};
|