diff --git a/src/App.vue b/src/App.vue index 95ed9d7..3dd379b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -54,7 +54,7 @@
- +

🖥️ 硬件概览与资源占用

@@ -85,7 +85,7 @@
- +

🔌 驱动状态

@@ -302,8 +302,18 @@ function triggerToast(title, message, type = 'success') { toast.title = title; t onUnmounted(() => { for (const fn of unlistenFns) fn(); if (toastTimer) clearTimeout(toastTimer); }); + + +