You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
424 B

1 year ago
5 months ago
1 year ago
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 控制台配置
  4. // +----------------------------------------------------------------------
  5. return [
  6. // 指令定义
  7. 'commands' => [
  8. 'updateall' => 'app\command\UpdateAll',
  9. 'decrypt' => 'app\command\DecryptFile',
  10. 'clean' => 'app\command\Clean',
  11. 'cleanvitejs' => 'app\command\CleanViteJs',
  12. ],
  13. ];