Tauri 對(duì)話

2024-01-31 16:28 更新

用于打開(kāi)和保存文件的本機(jī)系統(tǒng)對(duì)話框。

當(dāng) ?build.withGlobalTauri?設(shè)置為 ?in ? 時(shí),也可以訪問(wèn)此包。?window.__TAURI__.dialog??tauri.conf.json??true?

必須將 API 添加到 ?tauri.allowlist.dialog? 中:?tauri.conf.json?

{
"tauri": {
"allowlist": {
"dialog": {
"all": true, // enable all dialog APIs
"ask": true, // enable dialog ask API
"confirm": true, // enable dialog confirm API
"message": true, // enable dialog message API
"open": true, // enable file open API
"save": true // enable file save API
}
}
}
}

建議僅將您使用的 API 列入許可列表,以獲得最佳捆綁包大小和安全性。


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

掃描二維碼

下載編程獅App

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

編程獅公眾號(hào)