refactor(providers): modularize AiProvidersPage into separate provider components

This commit is contained in:
Supra4E8C
2026-01-02 15:29:16 +08:00
parent 469e5d2ed4
commit cc467889d0
23 changed files with 2708 additions and 2045 deletions

View File

@@ -0,0 +1,10 @@
export { AmpcodeSection } from './AmpcodeSection';
export { ClaudeSection } from './ClaudeSection';
export { CodexSection } from './CodexSection';
export { GeminiSection } from './GeminiSection';
export { OpenAISection } from './OpenAISection';
export { ProviderList } from './ProviderList';
export { ProviderStatusBar } from './ProviderStatusBar';
export * from './hooks/useProviderStats';
export * from './types';
export * from './utils';