增加 blur API

This commit is contained in:
muwoo
2021-12-29 20:15:11 +08:00
parent 8ca01d900d
commit c69be6c24f
3 changed files with 7 additions and 1 deletions

View File

@@ -59,6 +59,9 @@ window.rubick = {
setSubInputValue(text) {
ipcSendSync("setSubInputValue", { text });
},
subInputBlur() {
ipcSendSync("subInputBlur");
},
getPath(name) {
return ipcSendSync("getPath", { name });
},