8 lines
165 B
PHP
Executable File
8 lines
165 B
PHP
Executable File
<?php
|
|
return [
|
|
'commands' => [
|
|
'RankWeek' => 'app\command\RankWeek',#周榜定榜
|
|
'RankMonth' => 'app\command\RankMonth',#月榜定榜
|
|
],
|
|
];
|