mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 15:21:59 +08:00
* feat(route): add 北京大学学生就业指导服务中心 * fix(route): get content from sript tag request content in script tag to get full text * fix(doc): fix parameter description * fix(route): fix header and selector * add test request and wait * docs: fix warning * refactor: migrate to v2 * fix: eecs refactor: legacy url.resolve refactor: use parseDate from utils * docs: fix recruit path Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
16 lines
253 B
JavaScript
16 lines
253 B
JavaScript
const eecsMap = new Map([
|
|
[0, 'qb.htm'],
|
|
[1, 'xytz.htm'],
|
|
[2, 'rstz.htm'],
|
|
[6, 'jwtz.htm'],
|
|
[8, 'xgtz.htm'],
|
|
[7, 'kytz.htm'],
|
|
[5, 'cwtz.htm'],
|
|
[3, 'ghtz.htm'],
|
|
[4, 'yytz.htm'],
|
|
]);
|
|
|
|
module.exports = {
|
|
eecsMap,
|
|
};
|