mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-20 19:10:49 +08:00
♻️
This commit is contained in:
parent
8a51ad2079
commit
4593c230eb
@ -224,6 +224,7 @@ export const getLocalStorage = (cb: () => void) => {
|
|||||||
|
|
||||||
// 数据兼容,移除历史数据,3.8.4 移除
|
// 数据兼容,移除历史数据,3.8.4 移除
|
||||||
fetchPost("/api/storage/removeLocalStorageVals", {
|
fetchPost("/api/storage/removeLocalStorageVals", {
|
||||||
|
app: Constants.SIYUAN_APPID,
|
||||||
keys:["leftColumn", "local-searchedata", "local-searchekeys", "local-searchetabdata", "rightColumn", "topBar"]
|
keys:["leftColumn", "local-searchedata", "local-searchekeys", "local-searchetabdata", "rightColumn", "topBar"]
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user