mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-10-10 07:23:23 +08:00
发送文本默认使用hideMainWindowPasteText以保持更好的兼容性
This commit is contained in:
2
src/plugins/monaco/types/shortcode.api.d.ts
vendored
2
src/plugins/monaco/types/shortcode.api.d.ts
vendored
@@ -73,7 +73,7 @@ declare function copyTo(text: string): void;
|
||||
*
|
||||
* ```js
|
||||
* // 等同于
|
||||
* utools.hideMainWindowTypeString(text)
|
||||
* utools.hideMainWindowPasteText(text)
|
||||
* ```
|
||||
*/
|
||||
declare function send(text: string): void;
|
||||
|
Reference in New Issue
Block a user