Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
fix: modify default edgecases
Browse files Browse the repository at this point in the history
  • Loading branch information
beetcb committed Apr 3, 2021
1 parent ccf7aed commit 9062838
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crawler/school-edge-cases.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
const schoolEdgeCases = {
武汉轻工大学: {
formIdx: 2,
checkCaptchaPath: '/checkNeedCaptcha.htl',
getCaptchaPath: '/getCaptcha.htl',
},
宁波大学: {
checkCaptchaPath: '/needCaptcha.html',
getCaptchaPath: '/captcha.html',
rememberMe: 'on',
},
}

// we will using proxy to get the default properties
const defaultProps = {
rememberMe: true,
checkCaptchaPath: '/checkNeedCaptcha.htl',
getCaptchaPath: '/getCaptcha.htl',
checkCaptchaPath: '/needCaptcha.html',
getCaptchaPath: '/captcha.html',
formIdx: 0,
pwdEncrypt: true,
}
Expand Down

0 comments on commit 9062838

Please sign in to comment.