Skip to content

Commit

Permalink
Update src/content/docs/zh-cn/plugin/opener.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: _zhiqiu <[email protected]>
  • Loading branch information
xubeiyan and GuoJikun authored Feb 10, 2025
1 parent e199504 commit 4185578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/zh-cn/plugin/opener.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ await openPath('C:/path/to/file', 'vlc');
</TabItem>
<TabItem label = "Rust" >

下面代码中的 `app` 变量是 `App` 或者 [`AppHandle`](https://docs.rs/tauri/2.0.0/tauri/struct.AppHandle.html) 实例化后的结果
下面代码中的 `app` 变量是 `App` 或者 [`AppHandle`](https://docs.rs/tauri/2.0.0/tauri/struct.AppHandle.html) 的实例

```rust
use tauri_plugin_opener::OpenerExt;
Expand Down

0 comments on commit 4185578

Please sign in to comment.