This commit is contained in:
Vanessa 2023-03-22 17:39:08 +08:00 committed by Liang Ding
parent 8a51ad2079
commit 4593c230eb
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D

View File

@ -224,6 +224,7 @@ export const getLocalStorage = (cb: () => void) => {
// 数据兼容移除历史数据3.8.4 移除
fetchPost("/api/storage/removeLocalStorageVals", {
app: Constants.SIYUAN_APPID,
keys:["leftColumn", "local-searchedata", "local-searchekeys", "local-searchetabdata", "rightColumn", "topBar"]
});
});