Skip to content

Commit

Permalink
Update CreateBot.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
lz1998 committed Dec 11, 2022
1 parent c5124cf commit ed78856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CreateBot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ function CreateBot() {
状态:{getPasswordLoginState(processingClient.resp)}
</div>
{processingClient.resp.captcha_url && <>
<div>使用 <a href="https://github.com/mzdluo123/TxCaptchaHelper/releases" target="_blank"
<div>使用 <a href="https://github.com/KasukuSakura/mirai-login-solver-sakura/releases" target="_blank"
rel="noreferrer">滑块助手</a> 扫码处理
</div>
<QRCodeCanvas value={processingClient.resp.captcha_url}/>,
Expand All @@ -265,7 +265,7 @@ function CreateBot() {
</>}
{processingClient.resp.verify_url && <>
<h2>设备锁-扫码验证</h2>
<div>使用 <a href="https://github.com/mzdluo123/TxCaptchaHelper/releases"
<div>使用 <a href="https://github.com/KasukuSakura/mirai-login-solver-sakura/releases"
target="_blank" rel="noreferrer">滑块助手</a> 扫码处理,完成后删除客户端,重新登录。
</div>
<QRCodeCanvas value={processingClient.resp.verify_url}/>,
Expand Down

0 comments on commit ed78856

Please sign in to comment.