From 9b816f231f72e1344d8e3ef22eb9aa1ab5b9288e Mon Sep 17 00:00:00 2001 From: snltty <1069410172@qq.com> Date: Mon, 18 Dec 2023 14:12:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96UI=E5=92=8C=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E8=AE=BE=E7=BD=AE=E5=92=8C=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E7=94=A8=E6=88=B7id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/device/plugins/active/ChooseDig.vue | 20 +- .../views/device/plugins/hijack/ChooseDig.vue | 19 +- .../views/device/plugins/system/BtnLeft.vue | 2 +- .../views/device/plugins/system/Option.vue | 12 +- .../device/plugins/system/SystemOptions.vue | 4 +- .../src/views/device/plugins/system/index.js | 16 +- cmonitor/client/ClientConfig.cs | 2 + cmonitor/client/ClientSignInState.cs | 5 + .../reports/active/ActiveWindowReport.cs | 9 +- .../client/reports/hijack/HijackReport.cs | 8 +- cmonitor/client/reports/llock/LLockReport.cs | 8 +- cmonitor/client/reports/system/ISystem.cs | 13 +- cmonitor/client/reports/system/SystemLinux.cs | 14 +- cmonitor/client/reports/system/SystemMacOS.cs | 14 +- .../client/reports/system/SystemReport.cs | 30 +- .../client/reports/system/SystemWindows.cs | 268 ++++++++---------- .../reports/wallpaper/WallpaperReport.cs | 8 +- common.libs/winapis/Kernel32.cs | 10 + common.libs/winapis/NetApi32.cs | 62 ++++ common.libs/winapis/Win32Interop.cs | 61 ++-- 20 files changed, 306 insertions(+), 279 deletions(-) diff --git a/cmonitor.web/src/views/device/plugins/active/ChooseDig.vue b/cmonitor.web/src/views/device/plugins/active/ChooseDig.vue index 8fa7acab..40ad88a1 100644 --- a/cmonitor.web/src/views/device/plugins/active/ChooseDig.vue +++ b/cmonitor.web/src/views/device/plugins/active/ChooseDig.vue @@ -1,5 +1,6 @@