比較提交

..

2 次程式碼提交
1.0 ... master

作者 SHA1 備註 日期
9f105939c1 fix 2021-12-24 16:07:21 +08:00
dc3b4e0304 add executable file 2021-12-22 22:32:37 +08:00
共有 3 個檔案被更改,包括 1 行新增2 行删除

1
.gitignore vendored
查看文件

@ -1,2 +1 @@
.idea
sdu-auto-evaluation.exe

查看文件

@ -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
}

二進制
sdu-auto-evaluation.exe Normal file

未顯示二進位檔案。