diff --git a/app/Services/Tg/Hook/Mod/Tool.php b/app/Services/Tg/Hook/Mod/Tool.php index 29e4b4e..a0d2103 100644 --- a/app/Services/Tg/Hook/Mod/Tool.php +++ b/app/Services/Tg/Hook/Mod/Tool.php @@ -19,6 +19,12 @@ class Tool extends Base { // /exec/freenode/craw/{day} // } + public function htmlDelIndex() + { + unlink("index.html"); + echo 1; + } + public function Article_freenode_up_limit($aParam) { $iStart = $aParam["aArg"][1];