🐛 windows搜索结果合并

This commit is contained in:
sunyuqiang 2023-09-20 15:37:06 +08:00
parent 9fed8c4c7b
commit dcd18fe8a1

View File

@ -40,7 +40,7 @@ const createPluginManager = (): any => {
},
});
if (result && result.value) {
appList.value = [...appList.value, ...result.value];
appList.value.push(...result.value);
}
};