Tauri os

2024-02-02 17:13 更新

提供与操作系统相关的实用工具方法和属性。

当 ​build.withGlobalTauri​  设置为​ in​ 时,也可以访问此包。​window.__TAURI__.os​​tauri.conf.json​​true

必须将 API 添加到​ tauri.allowlist.os​ 中:​tauri.conf.json

{
"tauri": {
"allowlist": {
"os": {
"all": true, // enable all Os APIs
}
}
}
}

建议仅将您使用的 API 列入许可列表,以获得最佳捆绑包大小和安全性。


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号