Crequency / KitX

An all-purpose toolbox app that connect everything.
https://kitx.apps.crequency.com
GNU Affero General Public License v3.0
1.17k stars 49 forks source link

[Dashboard] 更精确的 OSVersion 获取 #216

Closed Dynesshely closed 1 year ago

Dynesshely commented 1 year ago

🪦 Is your feature request related to a problem? Please describe.

现有的 OSVersion string 来自于 Environment.OSVersion , 这可能并不能准确代表当前运行中的宿主机的系统版本 我们需要更精确的逻辑来获取 OSVersion 字段

🪧 Describe the solution you'd like

我们可能需要根据操作系统分别写对应的客户机代码 Windows 可以通过命令行, 或者是注册表获取 Linux 可以通过更多其它办法获取

🧾 Describe alternatives you've considered

No response

📎 Additional context

No response