From f28be2e7de70f7a9a84d58785cb4efa031e4f58e Mon Sep 17 00:00:00 2001 From: 0honus0 <63273720+0honus0@users.noreply.github.com> Date: Mon, 2 Feb 2026 06:52:48 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=99=BB=E5=BD=95=E6=8C=89?= =?UTF-8?q?=E9=92=AExpath=E6=94=AF=E6=8C=81nicept=E7=BD=91=E7=AB=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/helper/cookie.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/helper/cookie.py b/app/helper/cookie.py index 6afe8f6e..5a0247bf 100644 --- a/app/helper/cookie.py +++ b/app/helper/cookie.py @@ -45,7 +45,8 @@ class CookieHelper: '//button[@type="submit"]', '//button[@lay-filter="login"]', '//button[@lay-filter="formLogin"]', - '//input[@type="button"][@value="登录"]' + '//input[@type="button"][@value="登录"]', + '//input[@id="submit-btn"]' ], "error": [ "//table[@class='main']//td[@class='text']/text()"