From b553fb495c355c64ebee5da247717fb11e3c6e8f Mon Sep 17 00:00:00 2001 From: Julian Freeman Date: Wed, 26 Nov 2025 09:32:54 -0400 Subject: [PATCH] import ui --- src/App.vue | 112 ++++++++++++++-------------------------------------- 1 file changed, 29 insertions(+), 83 deletions(-) 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); }); + + +