diff --git a/main.go b/main.go index 7c5fb4d..e7198be 100644 --- a/main.go +++ b/main.go @@ -53,7 +53,7 @@ func main() { panic(err) } html, _ = io.ReadAll(res.Body) - if !strings.Contains(string(html), "强智科技教务系统欢迎") { + if !strings.Contains(string(html), "强智科技教务系统欢迎") && !strings.Contains(string(html), "进入选课") { fmt.Println("用户名或密码错误") return } diff --git a/sdu-auto-evaluation.exe b/sdu-auto-evaluation.exe index 93295a6..b0ef456 100644 Binary files a/sdu-auto-evaluation.exe and b/sdu-auto-evaluation.exe differ