22 lines
654 B
JavaScript
22 lines
654 B
JavaScript
module.exports = {
|
|
'stbu.edu.cn': {
|
|
_name: '四川工商学院',
|
|
'.': [
|
|
{
|
|
title: '学院新闻',
|
|
docs: 'https://docs.rsshub.app/routes/university#si-chuan-gong-shang-xue-yuan',
|
|
source: ['/html/news/xueyuan', '/'],
|
|
target: '/stbu/xyxw',
|
|
},
|
|
],
|
|
jsjxy: [
|
|
{
|
|
title: '计算机学院通知公告',
|
|
docs: 'https://docs.rsshub.app/routes/university#si-chuan-gong-shang-xue-yuan',
|
|
source: ['/news', '/'],
|
|
target: '/stbu/jsjxy',
|
|
},
|
|
],
|
|
},
|
|
};
|