chore: updates

This commit is contained in:
Tristan Yang
2024-04-16 10:32:03 +08:00
parent 86d06f9d82
commit 8d109a6635
6 changed files with 1081 additions and 1069 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ const tables = [
];
const initCache = () => {
const uid = localStorage.getItem(KEY_UID) || "";
// 没有uid,就没有本地缓存
// 没有 uid,就没有本地缓存
if (!uid) return;
const name = `local_db_${uid}_v_${CACHE_VERSION.split(".").join("_")}`;
window.CACHE = {};