guanghulab/homepage/index.html

15 lines
912 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- 服务器系统面板:更新展示方式 -->
<div class="expanded-panel" id="panel-server">
<div class="panel-title">⚙️ 服务器状态</div>
<div style="font-size:13px;color:var(--label);margin-bottom:8px">⚠ 心跳系统已停用 · 不主动探测外部服务器 · 仅展示本地PM2状态</div>
<div class="server-grid" id="serverList">
<div class="server-tag"><span class="server-dot online"></span>加载中…</div>
</div>
<!-- 日志流水 -->
<div style="margin-top:20px;border-top:1px solid rgba(100,140,220,0.08);padding-top:14px">
<div style="font-size:12px;color:var(--label);letter-spacing:2px;margin-bottom:10px">📜 铸渊操作日志24h</div>
<div id="opsLog" style="font-size:12px;color:rgba(140,180,220,0.5);line-height:1.8;font-family:monospace">
加载中…
</div>
</div>
</div>