mirror of
https://github.com/rubickCenter/rubick
synced 2025-07-19 14:19:39 +08:00
修改一个单词+一个等号
This commit is contained in:
parent
ef6ac06c40
commit
960b16bb4c
@ -392,7 +392,7 @@ export default {
|
|||||||
ipcRenderer.send("window-move");
|
ipcRenderer.send("window-move");
|
||||||
},
|
},
|
||||||
dragWhenInput(e) {
|
dragWhenInput(e) {
|
||||||
if (this.searchValue == "") {
|
if (this.searchValue === "") {
|
||||||
ipcRenderer.send("window-move");
|
ipcRenderer.send("window-move");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -67,7 +67,7 @@ const mutations = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const actions = {
|
const actions = {
|
||||||
showMainUI({ commit, state }, paylpad) {
|
showMainUI({ commit, state }, payload) {
|
||||||
ipcRenderer.send("changeWindowSize-rubick", {
|
ipcRenderer.send("changeWindowSize-rubick", {
|
||||||
height: getWindowHeight(),
|
height: getWindowHeight(),
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user