从 Electron 访问计算机信息

Access to the computer information from Electron

我正在用 Electron 创建一个小项目,我需要访问一些计算机会话信息:

这可能吗?我已阅读文档,但没有看到任何相关内容。

谢谢


Electron 不提供该信息,您需要使用相关平台特定的 API 来获取它。幸运的是,似乎人们已经发布了一些 NPM 包来获取该信息,例如可以使用 fullname and the WiFi name could be obtained using wifi-name.

获取用户名