fix(Player): comment out preloading progress indicator in template

This commit is contained in:
Astrian Zheng 2025-05-27 14:17:01 +10:00
parent 7a0c638d2c
commit 6ff90137e7
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -331,10 +331,10 @@ function getCurrentTrack() {
</audio>
<!-- 预加载进度指示器可选显示 -->
<div v-if="playQueueStore.isPreloading"
<!-- <div v-if="playQueueStore.isPreloading"
class="fixed top-4 right-4 bg-black/80 text-white px-3 py-1 rounded text-xs z-50">
预加载中... {{ Math.round(playQueueStore.preloadProgress) }}%
</div>
</div> -->
<div
class="text-white h-9 bg-neutral-800/80 border border-[#ffffff39] rounded-full text-center backdrop-blur-3xl flex gap-2 overflow-hidden select-none"