mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 06:16:27 +08:00
quickcommand.writeClipboard写入非字符串数据前会先转换为字符串
This commit is contained in:
parent
3225348986
commit
41282f5c06
@ -226,7 +226,7 @@ window.quickcommand = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
writeClipboard: function(text) {
|
writeClipboard: function(text) {
|
||||||
electron.clipboard.writeText(text)
|
electron.clipboard.writeText(text.toString())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user