支持 webdav 数据多端同步

This commit is contained in:
muwoo
2023-09-20 10:25:41 +08:00
parent d442fae447
commit b94d725d69
14 changed files with 1183 additions and 53 deletions

View File

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