发送文本默认使用hideMainWindowPasteText以保持更好的兼容性

This commit is contained in:
fofolee
2025-03-23 17:48:11 +08:00
parent 9bcea1e575
commit dc674c06a1
4 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ declare function copyTo(text: string): void;
*
* ```js
* // 等同于
* utools.hideMainWindowTypeString(text)
* utools.hideMainWindowPasteText(text)
* ```
*/
declare function send(text: string): void;