From a6859a67d3e8edc1e4e258634242758ddd1922a3 Mon Sep 17 00:00:00 2001 From: zheng020 Date: Mon, 3 Aug 2026 18:27:12 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=AD=98=E5=82=A8=E7=A9=BA?= =?UTF-8?q?=E9=97=B4=E9=A1=B5=E5=8A=A0=E8=BD=BD=E7=8A=B6=E6=80=81=E4=BC=98?= =?UTF-8?q?=E5=8C=96=EF=BC=88=E8=BF=9B=E5=BA=A6=E6=9D=A1=E5=AE=9E=E6=97=B6?= =?UTF-8?q?=E8=AE=A1=E7=AE=97=20+=20=E8=AF=A6=E6=83=85=E9=A1=B5=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E5=8A=A8=E7=94=BB=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 列表页进度条三段改为数据就绪(deviceTotalBytes>0)后才渲染,修复加载中 CSS min-width:2% 强制显示假蓝段的问题;占用百分比同步 gate,不再显示 0.00% - 详情页加载动画与列表页一致:首屏转圈、数字位 loading 显示 spinner、加载中禁用清理按钮 Co-Authored-By: Claude Fable 5 --- .../pages/profile/cache-cleanup-detail.vue | 65 ++++++++++++++++--- frontend/pages/profile/cache-cleanup.vue | 54 ++++++++++----- 2 files changed, 91 insertions(+), 28 deletions(-) diff --git a/frontend/pages/profile/cache-cleanup-detail.vue b/frontend/pages/profile/cache-cleanup-detail.vue index f12b96d..8d1fe54 100644 --- a/frontend/pages/profile/cache-cleanup-detail.vue +++ b/frontend/pages/profile/cache-cleanup-detail.vue @@ -6,21 +6,25 @@ {{ category.description }} - + - 加载中... + + 加载中... - {{ formatSize(category.sizeBytes) }} - 共 {{ category.keyCount }} 项缓存 + + + {{ formatSize(category.sizeBytes) }} + + 共 {{ category.keyCount }} 项缓存