mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-12 16:36:33 +02:00
9dec9605ed
* feat(clipboard): support `read_image` & `write_image` * fix plugin name * platform specific bahavior * remove unnecessary BufWriter * improvement * update example * update example * format * header, fix change file * use image from tauri * fix ci * update tauri, fix read * image crate only on desktop [skip ci] * Update plugins/authenticator/src/u2f_crate/protocol.rs [skip ci] Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com> * Update plugins/authenticator/src/u2f_crate/protocol.rs [skip ci] Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com> * update deps, address code review * fix mobile [skip ci] --------- Co-authored-by: Lucas Nogueira <lucas@tauri.studio> Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
1.0 KiB
1.0 KiB
| Permission | Description |
|---|---|
allow-clear |
Enables the clear command without any pre-configured scope. |
deny-clear |
Denies the clear command without any pre-configured scope. |
allow-read-image |
Enables the read_image command without any pre-configured scope. |
deny-read-image |
Denies the read_image command without any pre-configured scope. |
allow-read-text |
Enables the read_text command without any pre-configured scope. |
deny-read-text |
Denies the read_text command without any pre-configured scope. |
allow-write-html |
Enables the write_html command without any pre-configured scope. |
deny-write-html |
Denies the write_html command without any pre-configured scope. |
allow-write-image |
Enables the write_image command without any pre-configured scope. |
deny-write-image |
Denies the write_image command without any pre-configured scope. |
allow-write-text |
Enables the write_text command without any pre-configured scope. |
deny-write-text |
Denies the write_text command without any pre-configured scope. |