diff --git a/src/App.vue b/src/App.vue index dff72bf..5cf95ba 100644 --- a/src/App.vue +++ b/src/App.vue @@ -39,14 +39,14 @@ ⚠️ {{ errorMsg }} - + -
+
- + {{ toast.type === 'error' ? '❌' : '✅' }}
-

扫描已完成

-

所有硬件与日志检查完毕

+

{{ toast.title }}

+

{{ toast.message }}

@@ -203,7 +203,7 @@