feat: 优化缓存大小显示,移除多余的文本信息
This commit is contained in:
@@ -26,7 +26,7 @@ export function useCacheSize() {
|
||||
}
|
||||
}
|
||||
const sizeInKB = (totalSize / 1024).toFixed(2);
|
||||
cacheSize.value = `${sizeInKB} KB (仅 localStorage)`;
|
||||
cacheSize.value = `${sizeInKB} KB`;
|
||||
}
|
||||
}
|
||||
catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user