mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
新增 quickcommand.wakeUtools
This commit is contained in:
@@ -301,6 +301,15 @@ interface quickcommandApi {
|
||||
* 模拟粘贴操作
|
||||
*/
|
||||
simulatePaste();
|
||||
|
||||
/**
|
||||
* 唤醒 uTools
|
||||
*
|
||||
* 当插件自身已经退出时,utools.showMainWindow() 将不再起作用
|
||||
*
|
||||
* 此时可以用此接口呼出 uTools 窗口
|
||||
*/
|
||||
wakeUtools();
|
||||
}
|
||||
|
||||
declare var quickcommand: quickcommandApi;
|
||||
|
Reference in New Issue
Block a user