精简私信记录时间显示

This commit is contained in:
pllx
2026-05-09 11:28:19 +08:00
parent da0846c7ab
commit 0c9e7baca2
2 changed files with 12 additions and 1 deletions
@@ -572,7 +572,7 @@
<span style="color: #6366f1;" x-text="w.from_user"></span>
<span style="color: #059669;" x-text="w.to_user"></span>
<span x-text="w.content"></span>
<span style="color: #aaa; font-size: 10px;" x-text="'(' + w.sent_at + ')'"></span>
<span style="color: #aaa; font-size: 10px;" x-text="'(' + formatWhisperTime(w.sent_at) + ')'"></span>
</div>
</template>
<div x-show="whisperList.length === 0" style="font-size: 11px; color: #aaa;">暂无悄悄话记录</div>