Kauren J
Kauren J
I don't want to use openresty, I want to install resty through the nginx plugin

代码如下:  用真机测试正常的,模拟器不行,不知道为什么,如果觉得这个不是问题,就关掉吧
> Please also include the output of the `tauri info` command. > > And just to be clear, you're talking about the ctrl/cmd + c/v shortcuts, right? Yes, ctrl/cmd +...
> those shortcuts are not supposed to be behind permissions, so please show us the output of `tauri info` or at least tell us your OS so we can reproduce...
> https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/clipboard-manager/permissions/autogenerated/reference.md Using the tauri-plugin-clipboard-manager plugin still doesn't solve my problem Cargo.toml ``` tauri-plugin-clipboard-manager = "2.0.0-beta" ``` Code main.rs: ``` tauri::Builder::default() .plugin(tauri_plugin_clipboard_manager::init()) .plugin(tauri_plugin_shell::init()) .plugin(tauri_plugin_dialog::init()) .plugin(tauri_plugin_log::Builder::default().build()) .setup(move |app| { Tray::builder(app); Ok(())...
> Can you also post the output of the `tauri info` command please? I don't see any issues on macos 14.4 > > Is your project public or do you...
> > So how do I use ctrl + c/v in the desktop application? > > It should just work. And it also just works in my app, which is...