Open lollipopkit opened 4 months ago
参考 Windows 系统信息 API 中的 SYSTEM_INFO
结构体文档
https://learn.microsoft.com/en-us/windows/win32/api/sysinfoapi/ns-sysinfoapi-system_info
具体实现可以看下这个 https://github.com/No06/onelauncher/blob/main/lib/utils/platform/sys_info/sys_info_windows.dart
最近手里有活,等空闲了就来做牛马
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Refer to the
SYSTEM_INFO
structure documentation in the Windows System Information API https://learn.microsoft.com/en-us/windows/win32/api/sysinfoapi/ns-sysinfoapi-system_info
For specific implementation, you can see this https://github.com/No06/onelauncher/blob/main/lib/utils/platform/sys_info/sys_info_windows.dart
I have a lot of work on hand recently, I will come when I have some free timeBe a cow and horse
If anyone knows how to get CPU, Mem & etc. on Windows, please feel free to open a PR.
I really appreciate it.