mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 14:34:13 +08:00
去掉browserwindow的声明
This commit is contained in:
parent
d39a0bb740
commit
035d5aab67
7
src/plugins/monaco/types/utools.api.d.ts
vendored
7
src/plugins/monaco/types/utools.api.d.ts
vendored
@ -280,13 +280,6 @@ interface UToolsApi {
|
|||||||
* 子输入框失去焦点,插件获得焦点
|
* 子输入框失去焦点,插件获得焦点
|
||||||
*/
|
*/
|
||||||
subInputBlur(): boolean;
|
subInputBlur(): boolean;
|
||||||
/**
|
|
||||||
* 创建独立窗口
|
|
||||||
* @param url 相对路径 html 文件
|
|
||||||
* @param options 参考 https://www.electronjs.org/docs/api/browser-window#new-browserwindowoptions
|
|
||||||
* @param callback url 加载完成时的回调
|
|
||||||
*/
|
|
||||||
createBrowserWindow(url: string, options: { width?: number, height?: number }, callback?: () => void): { id: number, [key: string]: any, webContents: { id: number, [key: string]: any } };
|
|
||||||
/**
|
/**
|
||||||
* 隐藏插件到后台
|
* 隐藏插件到后台
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user