Files
RSSHub/lib/v2/ustb/radar.js
DA1Y1 c9e754b287 feat(route): 🚩 添加北京科技大学研究生院router (#8979)
* 🚩 添加北京科技大学研究生院router

* ♻️ 北京科技大学研究生院 refactor to V2 standard

* 🚩 fix code & change style

* 🚩 fix code & change style

* 🚩 fix code & change style

* 🚩 fix code & change style

Co-authored-by: daiyi <daiyi@mininglamp.com>
2022-02-05 00:49:52 +08:00

14 lines
350 B
JavaScript

module.exports = {
'ustb.edu.cn': {
_name: '北京科技大学',
gs: [
{
title: '研究生院',
docs: 'https://docs.rsshub.app/university.html#bei-jing-ke-ji-da-xue',
source: '/:type',
target: '/ustb/yjsy/news/:type',
},
],
},
};