mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
14 lines
386 B
JavaScript
14 lines
386 B
JavaScript
module.exports = {
|
|
'sass.org.cn': {
|
|
_name: '上海社会科学院',
|
|
gs: [
|
|
{
|
|
title: '研究生院',
|
|
docs: 'https://docs.rsshub.app/routes/university#shang-hai-she-hui-ke-xue-yuan-yan-jiu-sheng-yuan',
|
|
source: ['/:type/list.htm'],
|
|
target: '/sass/gs/:type',
|
|
},
|
|
],
|
|
},
|
|
};
|