deploy: auto commit server changes 2026-06-12 17:18:58

This commit is contained in:
hajimi
2026-06-12 17:18:58 +08:00
parent de2a36107a
commit b9669269b5
90 changed files with 1504 additions and 85 deletions
@@ -221,6 +221,9 @@ class AiAssistantPlanner
if (preg_match('/BTC|ETH|BNB|SOL|XRP|DOGE|TON|TRX|ADA|AVAX|比特币|以太坊|行情/u', $message)) {
return 'crypto_quote';
}
if (preg_match('/资讯|新闻|文章|帖子|社区|消息|转会/u', $message)) {
return 'news_search';
}
if (preg_match('/赛程|今天|今日|明天|下一场|下场|即将|未开赛/u', $message)) {
return 'match_schedule';
}
@@ -230,9 +233,6 @@ class AiAssistantPlanner
if (preg_match('/六合|彩票|号码|特码|开奖结果|开奖记录/u', $message)) {
return 'lottery_analysis';
}
if (preg_match('/资讯|新闻|文章|帖子|社区/u', $message)) {
return 'news_search';
}
return 'general_search';
}