Tauri 从 JavaScript 运行它

2023-10-20 17:45 更新

在 JavaScript 代码中,导入 shell 模块的 Command 类,并使用 sidecar 静态方法。

请注意,您必须配置允许列表以启用 shell > sidecar,并在 shell > scope 中配置所有二进制文件。

import { Command } from '@tauri-apps/api/shell'
// alternatively, use `window.__TAURI__.shell.Command`
// `binaries/my-sidecar` is the EXACT value specified on `tauri.conf.json > tauri > bundle > externalBin`
const command = Command.sidecar('binaries/my-sidecar')
const output = await command.execute()


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

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号