This commit is contained in:
muwoo
2021-06-04 17:28:48 +08:00
parent ce490acb6a
commit d9c0f5ed7b
16 changed files with 430 additions and 14525 deletions

View File

@@ -14,6 +14,7 @@ function getWindowHeight(searchList) {
}
function searchKeyValues(lists, value){
console.log(lists);
return lists.filter(item => item.indexOf(value) >= 0)
}
@@ -83,6 +84,9 @@ const sysFile = {
} catch (e) {
return []
}
},
removeAllPlugins() {
store.delete('user-plugins');
}
}