feat(projects): clear tabs cache when switching users. (#744)

This commit is contained in:
青菜白玉汤
2025-04-30 14:46:32 +08:00
committed by GitHub
parent c3abc3df09
commit 1ff4d82d19
3 changed files with 48 additions and 261 deletions

View File

@ -37,5 +37,7 @@ declare namespace StorageType {
layout: UnionKey.ThemeLayoutMode;
siderCollapse: boolean;
};
/** The last login user id */
lastLoginUserId: string;
}
}