优化 签到文字提示

This commit is contained in:
2026-04-27 12:19:43 +08:00
parent c9d4d3dbf4
commit 3f2eb7d48b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ class AiHeartbeatCommand extends Command
$content = '【'.e($user->username).'】完成今日签到,连续签到 '
.$dailySignIn->streak_days.' 天,获得 '.$rewardText.$identityText.'。';
$this->broadcastSystemMessage('签到播报', $content, '#0f766e');
$this->broadcastSystemMessage('系统传音', $content, '#0f766e');
}
/**
@@ -154,7 +154,7 @@ class DailySignInController extends Controller
$message = [
'id' => $this->chatState->nextMessageId($roomId),
'room_id' => $roomId,
'from_user' => '签到播报',
'from_user' => '系统传音',
'to_user' => '大家',
'content' => $this->buildNoticeContent($user, $dailySignIn, $currentStreakDays),
'is_secret' => false,