mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
* 🚩 添加北京科技大学研究生院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>
14 lines
350 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
};
|