更新聊天窗口

This commit is contained in:
2026-06-03 20:11:37 +08:00
parent 191651fce9
commit 8ee50a4aa2
2 changed files with 27 additions and 10 deletions
@@ -45,7 +45,6 @@ function formatTime(value: string): string {
<small>{{ formatTime(message.created_at) }}</small>
</span>
<span class="chat-text">{{ message.text || '[binary]' }}</span>
<span class="chat-host">{{ message.mqtt_remote_host || message.topic }}</span>
</button>
</aside>
</template>