使用操作系统信息插件读取操作系统信息。
This plugin requires a Rust version of at least 1.77.2
Platform | Level | Notes |
windows | | |
linux | | |
macos | | |
android | | |
ios | | |
安装操作系统信息插件开始。
-
运行 cargo add tauri-plugin-os
命令,将插件添加到项目的 cargo .toml 依赖中。
-
修改 lib.rs 来初始化插件。
- 如果你想在 JavaScript 中使用,还需要安装 npm 包。
通过这个插件,您可以查询当前操作系统的多个信息。请参阅 JavaScript API 或 Rust API 参考资料中的所有可用函数。
platform
返回一个描述使用的特定操作系统的字符串。该值在编译时设置。可能的值有 linux
、macos
、ios
、freebsd
、dragonfly
、netbsd
、openbsd
、solaris
、android
、windows
。
© 2024 Tauri Contributors. CC-BY / MIT