feat: add floating provider navigation sidebar to AI providers page

This commit is contained in:
LTbinglingfeng
2026-01-31 01:09:55 +08:00
parent 3cdcb7a2a3
commit 291f67e2b9
5 changed files with 294 additions and 67 deletions

View File

@@ -6,6 +6,7 @@ export { OpenAISection } from './OpenAISection';
export { VertexSection } from './VertexSection';
export { ProviderList } from './ProviderList';
export { ProviderStatusBar } from './ProviderStatusBar';
export { ProviderNav } from './ProviderNav';
export * from './hooks/useProviderStats';
export * from './types';
export * from './utils';