We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d90c90 commit b82e96eCopy full SHA for b82e96e
src/content/docs/zh-cn/learn/system-tray.mdx
@@ -17,6 +17,7 @@ Tauri 允许您为应用程序创建和自定义系统托盘。这可以通过
17
首先,更新您的 `Cargo.toml` 以包含系统托盘所需的功能。
18
19
```toml title="src-tauri/Cargo.toml"
20
+[dependencies]
21
tauri = { version = "2.0.0", features = [ "tray-icon" ] }
22
```
23
0 commit comments