BiliHelper-personal/src/script/DelDynamic.php
2021-07-14 11:05:20 +08:00

23 lines
421 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Website: https://mudew.com/
* Author: Lkeme
* License: The MIT License
* Updated: 2021 ~ 2022
*/
namespace BiliHelper\Script;
use BiliHelper\Core\Log;
use BiliHelper\Core\Curl;
class DelDynamic extends BaseTask
{
public static $description = '批量删除动态默认单次最大清理300个动态.';
public static function run(){
Log::error('当前功能未完成');
}
}