[update] Script Mode

This commit is contained in:
Lkeme 2021-07-14 11:32:26 +08:00
parent 1ef8264f20
commit 5f12fc6e5b
3 changed files with 2 additions and 2 deletions

View File

@ -28,6 +28,7 @@
### Remarks
- 注意配置文件有些许改动
- 注意需要重新进行`composer update`操作
-
## v0.9.6.210625 alpha (2021-06-25)

View File

@ -11,7 +11,6 @@
namespace BiliHelper\Core;
use Amp\Loop;
use Ahc\Cli\IO\Interactor;
use function Amp\asyncCall;
class App

View File

@ -14,7 +14,7 @@ use BiliHelper\Core\Curl;
class UnFollow extends BaseTask
{
public static $description = '批量清理选定分组关注,默认单次最大清理300个关注.';
public static $description = '批量清理选定分组关注,默认单次最大清理600个关注.';
/**
* @throws \Exception