Merge pull request #50 from Promix953/main

修复一些问题
This commit is contained in:
johlanse 2022-08-09 14:10:04 +08:00 committed by GitHub
commit f59c425735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -87,3 +87,4 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
shm-size: 2g
ulimit: core=0:0

View File

@ -620,7 +620,7 @@ func checkNextBotton(page playwright.Page) {
return
}
if len(btns) <= 1 {
err := btns[0].Check()
err := btns[0].Click()
if err != nil {
log.Errorln("点击下一题按钮失败")