mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 10:08:02 +08:00
* feat(route):add sassorgcn/gs/:type * feat(route):add sassorgcn/gs/:type * update:sassorgcn docs & radar * fix: docs add </Route> tag in /sassorgcn/gs/:type * update: sassorgcn docs * refactor: fix namespace ---------
14 lines
384 B
JavaScript
14 lines
384 B
JavaScript
module.exports = {
|
|
'sass.org.cn': {
|
|
_name: '上海社会科学院',
|
|
gs: [
|
|
{
|
|
title: '研究生院',
|
|
docs: 'https://docs.rsshub.app/university.html#shang-hai-she-hui-ke-xue-yuan-yan-jiu-sheng-yuan',
|
|
source: ['/:type/list.htm'],
|
|
target: '/sass/gs/:type',
|
|
},
|
|
],
|
|
},
|
|
};
|