Tauri shell

2024-02-05 15:25 更新

訪問系統(tǒng) shell。 允許您生成子進(jìn)程并使用其默認(rèn)應(yīng)用程序管理文件和 URL。

當(dāng) build.withGlobalTauri in 設(shè)置為 時(shí),也可以訪問此包。window.__TAURI__.shelltauri.conf.jsontrue

這些 API 必須添加到 tauri.allowlist.shell 中:tauri.conf.json

{
"tauri": {
"allowlist": {
"shell": {
"all": true, // enable all shell APIs
"execute": true, // enable process spawn APIs
"sidecar": true, // enable spawning sidecars
"open": true // enable opening files/URLs using the default program
}
}
}
}

建議僅將用于優(yōu)化捆綁包大小和安全性的 API 列入允許列表。


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)