剪切板
使用剪贴板插件读取和写入系统剪贴板。
Supported Platforms
This plugin requires a Rust version of at least 1.77.2
Platform | Level | Notes |
---|---|---|
windows | ||
linux | ||
macos | ||
android |
|
Only plain-text content support |
ios |
|
Only plain-text content support |
设置
请安装剪贴板插件。
-
运行
cargo add tauri-plugin-clipboard-manager
命令,将插件添加到项目的Cargo.toml
依赖中。 -
修改
lib.rs
来初始化插件。
- 如果你想用 JavaScript 管理剪贴板,还需要安装 npm 包。
用法
剪贴板插件有 JavaScript 和 Rust 两种版本。
© 2024 Tauri中文网