Fix: 系统存点通知改回悄悄话私信,避免多人刷屏;前端单独渲染为绿色通知条无头像

This commit is contained in:
2026-02-27 12:53:30 +08:00
parent 638bc9deda
commit caecceba1b
2 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ class AutoSaveExp extends Command
'from_user' => '系统',
'to_user' => $username, // 定向推送给本人
'content' => $content,
'is_secret' => false, // 由 to_user + from_user='系统' 控制显示位置
'is_secret' => true, // 私信模式:前端过滤,只有收件人才能看到
'font_color' => '#16a34a', // 草绿色
'action' => '',
'sent_at' => now()->toDateTimeString(),