golang-design / clipboard

📋 cross-platform clipboard package that supports accessing text and image in Go (macOS/Linux/Windows/Android/iOS)
https://golang.design/x/clipboard
MIT License
579 stars 64 forks source link

可以做成像 electron 那样,同时写入多种内容么,例如同时写入 text 和 html #59

Open fanybook opened 1 month ago

fanybook commented 1 month ago

https://www.electronjs.org/zh/docs/latest/api/clipboard#clipboardwritedata-type

https://github.com/electron/electron/issues/41462