mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-28 16:42:47 +08:00
🐛 windows搜索结果合并
This commit is contained in:
parent
9fed8c4c7b
commit
dcd18fe8a1
@ -40,7 +40,7 @@ const createPluginManager = (): any => {
|
||||
},
|
||||
});
|
||||
if (result && result.value) {
|
||||
appList.value = [...appList.value, ...result.value];
|
||||
appList.value.push(...result.value);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user