mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
♻️
This commit is contained in:
parent
f36a8721e9
commit
22f12f3eea
1 changed files with 5 additions and 0 deletions
|
|
@ -221,6 +221,11 @@ export const getLocalStorage = (cb: () => void) => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
cb();
|
cb();
|
||||||
|
|
||||||
|
// 数据兼容,移除历史数据,3.8.4 移除
|
||||||
|
fetchPost("/api/storage/removeLocalStorageVals", {
|
||||||
|
keys:["leftColumn", "local-searchedata", "local-searchekeys", "local-searchetabdata", "rightColumn", "topBar"]
|
||||||
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue