support hiding and unhiding explorers

This commit is contained in:
MaysWind
2026-01-07 23:39:07 +08:00
parent ab88b0bf44
commit 1c596c4a15
20 changed files with 102 additions and 13 deletions
+1
View File
@@ -1099,6 +1099,7 @@ export const useExplorersStore = defineStore('explorers', () => {
return;
}
explorer.hidden = hidden;
updateExplorerVisibilityInInsightsExplorerList({ explorer: explorer, hidden });
resolve(data.result);