新增 quickcommand.wakeUtools

This commit is contained in:
fofolee
2022-04-19 15:34:14 +08:00
parent 9d21495faa
commit 010353f0bb
2 changed files with 14 additions and 0 deletions

View File

@@ -301,6 +301,15 @@ interface quickcommandApi {
* 模拟粘贴操作
*/
simulatePaste();
/**
* 唤醒 uTools
*
* 当插件自身已经退出时utools.showMainWindow() 将不再起作用
*
* 此时可以用此接口呼出 uTools 窗口
*/
wakeUtools();
}
declare var quickcommand: quickcommandApi;