获取全部用户

This commit is contained in:
2026-05-16 23:07:08 +08:00
parent 75884d7b4b
commit 457e59a4d0
5 changed files with 120 additions and 53 deletions

View File

@@ -108,8 +108,8 @@
<div id="onlineUsersList" class="glass rounded-xl p-4 mb-6 hidden">
<div class="flex items-center justify-between mb-2">
<h3 class="text-sm font-medium text-gray-300">在线用户</h3>
<span id="onlineUsersSummary" class="text-xs text-gray-500">0 在线</span>
<h3 class="text-sm font-medium text-gray-300">全部WebSocket用户</h3>
<span id="onlineUsersSummary" class="text-xs text-gray-500">0 个用户在线</span>
</div>
<div id="usersContainer" class="max-h-56 overflow-y-auto space-y-3">
<!-- 在线用户将在这里动态生成 -->