mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 01:20:08 +08:00
[update] Script Mode
This commit is contained in:
parent
1ef8264f20
commit
5f12fc6e5b
@ -28,6 +28,7 @@
|
||||
### Remarks
|
||||
|
||||
- 注意配置文件有些许改动
|
||||
- 注意需要重新进行`composer update`操作
|
||||
-
|
||||
|
||||
## v0.9.6.210625 alpha (2021-06-25)
|
||||
|
||||
@ -11,7 +11,6 @@
|
||||
namespace BiliHelper\Core;
|
||||
|
||||
use Amp\Loop;
|
||||
use Ahc\Cli\IO\Interactor;
|
||||
use function Amp\asyncCall;
|
||||
|
||||
class App
|
||||
|
||||
@ -14,7 +14,7 @@ use BiliHelper\Core\Curl;
|
||||
|
||||
class UnFollow extends BaseTask
|
||||
{
|
||||
public static $description = '批量清理选定分组关注,默认单次最大清理300个关注.';
|
||||
public static $description = '批量清理选定分组关注,默认单次最大清理600个关注.';
|
||||
|
||||
/**
|
||||
* @throws \Exception
|
||||
|
||||
Loading…
Reference in New Issue
Block a user