no message

This commit is contained in:
hajimi
2026-06-11 12:15:29 +08:00
parent 10ebe39c30
commit 96efa1d905
5859 changed files with 815501 additions and 5 deletions
+20
View File
@@ -0,0 +1,20 @@
<?php
// +----------------------------------------------------------------------
// | 控制台配置
// +----------------------------------------------------------------------
return [
// 指令定义
'commands' => [
// 定时任务
'crontab' => 'app\common\command\Crontab',
// 退款查询
'query_refund' => 'app\common\command\QueryRefund',
// 懂球帝爬虫
'crawler' => 'app\common\command\CrawlerCommand',
'worldcup_article_translate' => 'app\common\command\WorldcupArticleTranslate',
'article_ai_comment' => 'app\common\command\ArticleAiComment',
'sms_verify' => 'app\common\command\SmsVerifyCommand',
'kb:rebuild' => 'app\common\command\KbRebuild',
'kb:consume' => 'app\common\command\KbConsume',
],
];