baji/app/config/console.php
2025-03-03 14:47:45 +08:00

8 lines
165 B
PHP
Executable File

<?php
return [
'commands' => [
'RankWeek' => 'app\command\RankWeek',#周榜定榜
'RankMonth' => 'app\command\RankMonth',#月榜定榜
],
];