Files
RSSHub/lib/v2/tynu/radar.js
2PoL acc04845c8 fix(route): 太原师范路由修复 (#10410)
* fix router tynu.

* refactor: migrate to v2
2022-08-07 01:37:51 +08:00

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