编排补齐utools窗口交互和内容输入的功能

This commit is contained in:
fofolee
2025-01-09 17:55:50 +08:00
parent 036b6fa934
commit 682f6d0bcd
7 changed files with 338 additions and 102 deletions

View File

@@ -424,6 +424,10 @@ interface UToolsApi {
* 拖拽文件
*/
startDrag(file: string | string[]): void;
/**
* 获取当前窗口类型
*/
getWindowType(): "main" | "detach" | "browser";
/**
* 屏幕取色
*/