This commit is contained in:
pa
2026-01-20 20:24:42 +09:00
committed by Natsumi
parent 6dfea34dd2
commit 0fa6e48fd7
10 changed files with 66 additions and 63 deletions
+2 -2
View File
@@ -103,7 +103,7 @@ export const useWorldStore = defineStore('World', () => {
D.treeData = {};
D.bundleSizes = [];
D.lastUpdated = '';
D.visible = true;
D.visible = false;
D.loading = true;
D.inCache = false;
D.cacheSize = '';
@@ -217,7 +217,7 @@ export const useWorldStore = defineStore('World', () => {
});
}
}
return args;
D.visible = true;
});
}