From 5f12fc6e5bd3e882a3402cad69b6b06392355ab1 Mon Sep 17 00:00:00 2001 From: Lkeme <19500576+lkeme@users.noreply.github.com> Date: Wed, 14 Jul 2021 11:32:26 +0800 Subject: [PATCH] [update] Script Mode --- CHANGELOG.md | 1 + src/core/App.php | 1 - src/script/UnFollow.php | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aff8c0f..4a6ad3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ ### Remarks - 注意配置文件有些许改动 +- 注意需要重新进行`composer update`操作 - ## v0.9.6.210625 alpha (2021-06-25) diff --git a/src/core/App.php b/src/core/App.php index a235f9a..749bf3e 100644 --- a/src/core/App.php +++ b/src/core/App.php @@ -11,7 +11,6 @@ namespace BiliHelper\Core; use Amp\Loop; -use Ahc\Cli\IO\Interactor; use function Amp\asyncCall; class App diff --git a/src/script/UnFollow.php b/src/script/UnFollow.php index b73a5af..51c3ec0 100644 --- a/src/script/UnFollow.php +++ b/src/script/UnFollow.php @@ -14,7 +14,7 @@ use BiliHelper\Core\Curl; class UnFollow extends BaseTask { - public static $description = '批量清理选定分组关注,默认单次最大清理300个关注.'; + public static $description = '批量清理选定分组关注,默认单次最大清理600个关注.'; /** * @throws \Exception