Feat: 支持剪切板调用

This commit is contained in:
2026-03-20 20:34:28 +08:00
parent 355645efdf
commit daca29b640
3 changed files with 9 additions and 37 deletions
+9
View File
@@ -0,0 +1,9 @@
package clipboard
import (
"testing"
)
func TestWrite(t *testing.T) {
Write("你好鸭")
}