chore: Optimize multi-theme switching

This commit is contained in:
vben
2024-06-23 19:17:31 +08:00
parent aa53353903
commit 6afed34437
55 changed files with 3534 additions and 772 deletions

View File

@@ -1,5 +1,6 @@
export * from './authentication';
export * from './coze-assistant';
export * from './dashboard';
export * from './fallback';
export * from './global-provider';
export * from './global-search';
@@ -8,4 +9,3 @@ export * from './notification';
export * from './preferences';
export * from './theme-toggle';
export * from './user-dropdown';
export * from './dashboard';