mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-23 10:40:12 +08:00
ref: ini
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user