From 5565f3e6e0fc763ec6499553fdf5b078d79bab21 Mon Sep 17 00:00:00 2001 From: Clansty Date: Tue, 4 Oct 2022 14:59:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B8=85=E9=99=A4=E6=89=AB=E7=A0=81?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=AE=8B=E7=95=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #52 --- src/models/Instance.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/models/Instance.ts b/src/models/Instance.ts index ae7f5ad..db9bb6d 100644 --- a/src/models/Instance.ts +++ b/src/models/Instance.ts @@ -116,11 +116,8 @@ export default class Instance { }, onVerifySlider: async (url) => { const res = await this.waitForOwnerInput(`收到滑块验证码 ${url}\n` + - '请使用此软件验证并输入 Ticket\n' + - '或者点击下方的按钮切换到扫码登录', [ - Button.text('切换到扫码登录', true, true), - ]); - if (res === '切换到扫码登录') return ''; + '请使用此软件验证并输入 Ticket' + ); return res; }, });