From c4ef82e139969e7c292bc1c0804e3c8c35057f16 Mon Sep 17 00:00:00 2001 From: Promix953 Date: Tue, 9 Aug 2022 13:53:54 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8DArm64=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E4=BD=93=E7=A7=AF=E8=BF=87=E5=A4=A7=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push-to-docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push-to-docker.yml b/.github/workflows/push-to-docker.yml index 65b3496..6ca4be5 100644 --- a/.github/workflows/push-to-docker.yml +++ b/.github/workflows/push-to-docker.yml @@ -87,3 +87,4 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max shm-size: 2g + ulimit: core=0:0 From 370216bafb967bc70e8aedcbf0c5f40e95de8f00 Mon Sep 17 00:00:00 2001 From: Promix953 Date: Tue, 9 Aug 2022 13:58:11 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D[=E4=B8=8B=E4=B8=80?= =?UTF-8?q?=E9=A2=98=E6=8C=89=E9=92=AE]=E7=82=B9=E5=87=BB=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/respond.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/respond.go b/lib/respond.go index 231dd83..f3452f7 100644 --- a/lib/respond.go +++ b/lib/respond.go @@ -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("点击下一题按钮失败")