mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-17 16:24:16 +08:00
✨ 增加 blur API
This commit is contained in:
@@ -59,6 +59,9 @@ window.rubick = {
|
||||
setSubInputValue(text) {
|
||||
ipcSendSync("setSubInputValue", { text });
|
||||
},
|
||||
subInputBlur() {
|
||||
ipcSendSync("subInputBlur");
|
||||
},
|
||||
getPath(name) {
|
||||
return ipcSendSync("getPath", { name });
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user