From 590b7d5b3571211cf9c02ea16fc5f3b3ba10f4fd Mon Sep 17 00:00:00 2001 From: lkddi Date: Tue, 21 Apr 2026 16:45:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=81=8C=E5=8A=A1=E4=BB=BB?= =?UTF-8?q?=E5=91=BD=E6=92=A4=E9=94=80=E5=BC=B9=E7=AA=97=E6=98=BE=E7=A4=BA?= =?UTF-8?q?HTML=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/chat/partials/system-events.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/chat/partials/system-events.blade.php b/resources/views/chat/partials/system-events.blade.php index 885bf8f..77f8a82 100644 --- a/resources/views/chat/partials/system-events.blade.php +++ b/resources/views/chat/partials/system-events.blade.php @@ -21,7 +21,7 @@ icon: '📋', title: '职务撤销', name: `${escapeHtml(data.position_icon)} ${escapeHtml(data.target_username)}`, - body: `${dept}${escapeHtml(data.position_name)} 职务已被撤销`, + body: `${dept}${escapeHtml(data.position_name)} 职务已被撤销`, sub: `由 ${escapeHtml(data.operator_name)} 执行`, gradient: ['#374151', '#4b5563', '#6b7280'], titleColor: '#d1d5db', @@ -33,7 +33,7 @@ icon: '🎊🎖️🎊', title: '任命公告', name: `${escapeHtml(data.position_icon)} ${escapeHtml(data.target_username)}`, - body: `荣任 ${dept}${escapeHtml(data.position_name)}`, + body: `荣任 ${dept}${escapeHtml(data.position_name)}`, sub: `由 ${escapeHtml(data.operator_name)} 任命`, gradient: ['#4f46e5', '#7c3aed', '#db2777'], titleColor: '#fde68a',