优化用户名显示方式

This commit is contained in:
CN-JS-HuiBai
2026-04-04 13:38:26 +08:00
parent 624a327246
commit b8bd8a8d76
2 changed files with 3 additions and 4 deletions

View File

@@ -51,7 +51,6 @@
<button id="clear-transcode-cache-btn" class="action-btn" title="清空转码缓存">清空转码缓存</button>
</div>
<div class="user-info">
<span id="current-username"></span>
<button id="logout-btn" class="action-btn danger">退出登录</button>
</div>
</div>
@@ -60,7 +59,7 @@
<main class="dashboard">
<section class="video-list-section glass-panel">
<div class="section-header">
<h2>Available Videos</h2>
<h2 id="video-list-header">Available Videos</h2>
</div>
<div class="bucket-panel">
<label for="bucket-select">Select Bucket</label>