linke-sdufe 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/adapter.js +3 -0
package/package.json
CHANGED
package/src/adapter.js
CHANGED
|
@@ -91,6 +91,9 @@ export const PORTAL_NOTICE_SOURCES = {
|
|
|
91
91
|
ys: { name: '燕山学院', origin: 'https://ys.sdufe.edu.cn', listPath: '/xwtz/zhxw.htm', pagePath: '/xwtz/zhxw', infoPaths: ['1018', '1053'] },
|
|
92
92
|
zfjxpj: { name: '政府绩效评价', origin: 'https://zfjxpj.sdufe.edu.cn', listPath: '/zxdt/tzgg.htm', pagePath: '/zxdt/tzgg', infoPaths: ['1010', '1015', '1018', '1037'] },
|
|
93
93
|
zzb: { name: '组织部', origin: 'https://zzb.sdufe.edu.cn', listPath: '/index/tzgg.htm', pagePath: '/index/tzgg', infoPaths: ['1046', '1076'] },
|
|
94
|
+
sjc: { name: '审计处', origin: 'https://sjc.sdufe.edu.cn', listPath: '/gzdt.htm', pagePath: '/gzdt', infoPaths: ['1006'] },
|
|
95
|
+
cwc: { name: '财务处', origin: 'https://cwc.sdufe.edu.cn', listPath: '/tzgg.htm', pagePath: '/tzgg', infoPaths: ['1024'] },
|
|
96
|
+
sclx: { name: '出国留学培训基地', origin: 'https://sclx.sdufe.edu.cn', listPath: '/index/tzgg.htm', pagePath: '/index/tzgg', infoPaths: ['1078'] },
|
|
94
97
|
}
|
|
95
98
|
|
|
96
99
|
/** 课程属性中文名 → zzdKcSX 表单码(强智 kbxx_kc_ifr 口径) */
|