diff --git a/README.md b/README.md index e3543ab..105c80b 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,13 @@ Running on local URL: http://127.0.0.1:xxx + + + - - -
+ + WittF +
+ W1ttF +
+
mikumifa @@ -95,21 +102,14 @@ Running on local URL: http://127.0.0.1:xxx Chisato73
shirok1
Shiroki Satsuki
-
- - WittF -
- W1ttF -
@@ -130,4 +130,4 @@ Running on local URL: http://127.0.0.1:xxx ## 免责声明 -详见[MIT License](./LICENSE),切勿进行盈利,所造成的后果与本人无关。 \ No newline at end of file +详见[MIT License](./LICENSE),切勿进行盈利,所造成的后果与本人无关。 diff --git a/tab/go.py b/tab/go.py index 41824cf..1237a8c 100644 --- a/tab/go.py +++ b/tab/go.py @@ -19,7 +19,7 @@ isRunning = False -ways = ["手动", "使用接码网站 rrocr", "使用 CapSolver"] +ways = ["手动", "使用 rrocr", "使用 CapSolver"] ways_detail = [None, RROCRValidator(), CapSolverValidator()] diff --git a/tab/train.py b/tab/train.py index 1ad4d5b..12168ae 100644 --- a/tab/train.py +++ b/tab/train.py @@ -28,8 +28,8 @@ def train_tab(): | 过码方式 | 使用说明 | | ------------------ | ------------------------------------------------------------ | | 手动 | 自己过,速度取决于自己,过程看项目的readme.md的GIF | -| 使用接码网站 rrocr | **支持**手动和人工同时使用
rrocr 提供的 http://www.rrocr.com
能过验证码,但是抢票没有测试,慎用
需要购买对应的key,速度比手动快,价格 一次大概一分钱
| -| 使用接码网站 CapSolve | **不支持**手动和人工同时使用
CapSolver的过码方式
https://www.capsolver.com/zh
https://docs.capsolver.com/guide/captcha/Geetest.html| +| 使用打码平台 rrocr | **支持**手动和人工同时使用
rrocr 提供的 http://www.rrocr.com
能过验证码,但是抢票没有测试,慎用
需要购买对应的key,速度比手动快,价格 一次大概一分钱
| +| 使用过码服务 CapSolver | **不支持**手动和人工同时使用
CapSolver的过码方式
https://www.capsolver.com/zh
https://docs.capsolver.com/guide/captcha/Geetest.html| | ..... | 欢迎Discussion补充 | """)