mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-25 20:39:35 +08:00
fix: icon8s 搜索
This commit is contained in:
@@ -371,7 +371,7 @@ let clearAll = () => {
|
||||
let importDefaultCommands = () => {
|
||||
let defaultCommands = window.getDefaultCommands()
|
||||
Object.values(defaultCommands).forEach(async d => {
|
||||
await qcfeatures.importCommand(d)
|
||||
await importCommand(d)
|
||||
})
|
||||
}
|
||||
|
||||
@@ -452,4 +452,5 @@ $("#options").on('click', '.sidebar li', function() {
|
||||
export default {
|
||||
showFeatureList,
|
||||
locateToFeature,
|
||||
importDefaultCommands
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user