[feat] basic system info with tauri plugin

This commit is contained in:
Purp1e
2025-03-13 03:41:21 +08:00
parent 103e700a17
commit cb8eddf1af
14 changed files with 742 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
{
"identifier": "system-info",
"windows": [
"*"
],
"permissions": [
"system-info:allow-all"
]
}