Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit a905cb4

Browse files
authored
mod:Update the login verification method of Thunder (#58)
更新迅雷的登录验证教程
2 parents e6e0a50 + 9ea0392 commit a905cb4

File tree

8 files changed

+36
-15
lines changed

8 files changed

+36
-15
lines changed
15.9 KB
Loading
142 KB
Loading
25.2 KB
Loading
117 KB
Loading
-232 KB
Binary file not shown.
-252 KB
Binary file not shown.

docs/guide/drivers/thunder.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,33 @@ password for login
6565

6666

6767

68-
### **CaptchaToken**
68+
### **Credit Key**
6969

70-
Need verify: {url} may appear when logging in or uploading, please visit the link in the error to complete the verification and get CaptchaToken (verification code)
70+
After saving for the first time, an error will occur. This is normal. Please go to the storage management interface.
7171

72-
![xunlei](/img/drivers/xunlei/x1.png)
72+
![Storage Error Interface](/img/drivers/xunlei/storage_error.png)
7373

74-
Fill in the mount directory ID account password and save it, there will be a big lump in the upper right corner (cannot be copied),
74+
Copy all the content above.
7575

76-
Let's go back to adding an account to copy from Https to the end to a new window to get the verification code parameter (CaptchaToken)
76+
[Click here to enter](https://i.xunlei.com/xlcaptcha/android.html)
7777

78-
See the image below to add
78+
After entering, open the developer tools (usually by pressing F12), go to the console, and enter `reviewCb()`. **Paste all the previously copied content, including the curly braces,** inside the parentheses, as shown below:
7979

80-
![xunlei](/img/drivers/xunlei/x2.png)
80+
![Console Input](/img/drivers/xunlei/input.png)
8181

82-
<br/>
82+
Move the cursor to **after the parentheses** and press Enter.
83+
84+
![SMS Verification](/img/drivers/xunlei/SMS.png)
85+
86+
The webpage will automatically redirect to the mobile number verification page.
8387

88+
After completing the verification, the page **will not** refresh automatically. Please check the console. The `creditkey` shown below is the required key.
89+
90+
![Console Output](/img/drivers/xunlei/output.png)
91+
92+
Copy it to the storage management, and you can mount it normally.
93+
94+
<br/>
8495

8596

8697
### **The default download method used**

docs/zh/guide/drivers/thunder.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,31 @@ star: true
6767

6868
<br/>
6969

70+
### **信用密钥**
7071

72+
在第一次保存后会产生报错,这是正常的,请返回存储管理界面
7173

72-
### **CaptchaToken**
74+
![存储报错界面](/img/drivers/xunlei/storage_error.png)
7375

74-
在登录或上传是可能出现 need verify: {url},请访问错误中的链接完成验证得到 CaptchaToken(验证码)
76+
复制以上所有内容
7577

76-
![xunlei](/img/drivers/xunlei/x1.png)
78+
[点我进入](https://i.xunlei.com/xlcaptcha/android.html)
7779

78-
填写好挂载目录 ID 账号 密码后保存,右上角会出现一大坨(没法复制),
80+
进入之后,打开开发者界面(一般来说按F12),进入控制台,输入`reviewCb()`,在括号间**粘贴全部包括大括号**在内的之前所有复制内容,如下图所示
7981

80-
我们回到添加账号这里来复制 从 Https 开始复制到结束到一个新窗口进行获取验证码参数(CaptchaToken)
82+
![控制台输入](/img/drivers/xunlei/input.png)
8183

82-
看下图添加
84+
将光标移动至**括号后面**再按回车。
8385

84-
![xunlei](/img/drivers/xunlei/x2.png)
86+
![短信验证](/img/drivers/xunlei/SMS.png)
87+
88+
网页会自动转至手机号验证界面,
89+
90+
完成验证后,网页**不会**自动刷新,请在控制台中检查,如下图所示的`creditkey`就是需要的密钥。
91+
92+
![控制台输出](/img/drivers/xunlei/output.png)
93+
94+
将其复制到存储管理后即可正常挂载
8595

8696
<br/>
8797

0 commit comments

Comments
 (0)