[feat] powerplan get and set + test complete

This commit is contained in:
Purp1e
2025-03-22 02:17:18 +08:00
parent edc0c936b0
commit 6209db2d45
3 changed files with 108 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ tauri-build = { version = "2.1.0", features = [] }
log = "0.4.26"
serde_json = "1.0.140"
serde = { version = "1.0.219", features = ["derive"] }
regex = "1.11.1"
tauri = { version = "2.4.0", features = [ "macos-private-api",
"tray-icon"
] }