diff --git a/src/App.vue b/src/App.vue
index 4922876..1f18634 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -691,6 +691,11 @@ function splitSize(sizeStr: string | number) {
{{ chromeState.cleanResult.success_count }}
成功清理
+
+
+ {{ chromeState.cleanResult.fail_count }}
+ 跳过/失败
+
@@ -747,6 +752,11 @@ function splitSize(sizeStr: string | number) {
{{ edgeState.cleanResult.success_count }}
成功清理
+
+
+ {{ edgeState.cleanResult.fail_count }}
+ 跳过/失败
+