From 42b8b6308f311348552a7b010f02d8fecc0f1f51 Mon Sep 17 00:00:00 2001 From: Zapic <45936772+KawaiiZapic@users.noreply.github.com> Date: Mon, 14 Dec 2020 14:30:12 +0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index f091688..8c23592 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # MCBBSAutoSignIn MCBBS自动签到脚本 + +----------------------------- +代码已经去除人机验证通过部分,需要自行补全. +实现: +```php +function passGeeTest(...):array {} +``` +其中: +```php +array( + [0] => "challenge", + [1] => "validate result" +) +```