ayangweb
ayangweb
> Thank you for the test. I am going to look into the Windows issue and update this thread Well, thank you! 😁
> I made some tests, but I could not figure out how to make Windows context menu appearance light or dark on demand (tried on Windows 10). > > Help...
@amrbashir @FabianLars Hey👋, I used the plugin in `tauri v2.0.2` and the terminal keeps outputting😱 ```rs .plugin( tauri_plugin_window_state::Builder::default() .with_state_flags(StateFlags::all() & !StateFlags::VISIBLE) .build(), ) ``` https://github.com/user-attachments/assets/405a2918-531e-488c-89dd-fbeb0bf39d0b
+1 - https://github.com/ayangweb/EcoPaste/issues/217 🫣 如果从根源解决,那我们就不用那么麻烦的做防抖处理了😋
@ChurchTao 佬,打扰啦,有空记得看看这个问题😘
> 你去 word 里面复制东西,就是富文本 您说的是 Microsoft Word 吗?我去 windows 虚拟机下载一个试试!
> 你去 word 里面复制东西,就是富文本 大佬,确实是识别到了,不过获取到的富文本内容是空字符串!  我复制的做笔记这三字,html 正常识别到了内容,富文本为空! ```rs #[command] async fn read_rich_text(manager: State
> > 你去 word 里面复制东西,就是富文本 > > 大佬,确实是识别到了,不过获取到的富文本内容是空字符串! > >  > > > 我复制的做笔记这三字,html 正常识别到了内容,富文本为空! > > ```rust > #[command] > async fn read_rich_text(manager: State
> @ayangweb 在windows上跑的时候,当剪贴板上有富文本时,打印一下 context.available_formats() 的结果,贴上来我看下 我现在这个是 macos 上下了 word,可以打印给你看不,必须 windows 吗,虚拟机操作起来不是很流畅🤣
> 都行,但是 macos 上应该是能复制到值的吧 我上面给您发的截图就是 MacOS 的操作,获取到了空的富文本内容