优化 签到文字提示

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
@@ -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,