feat(ui): add iflow provider logo support

This commit is contained in:
kaitranntt
2025-12-17 01:12:54 -05:00
parent 99ff14d420
commit cefb3a59d2
2 changed files with 1 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

@@ -17,6 +17,7 @@ const PROVIDER_IMAGES: Record<string, string> = {
codex: '/assets/providers/openai.svg',
agy: '/assets/providers/agy.png',
qwen: '/assets/providers/qwen-color.svg',
iflow: '/assets/providers/iflow.png',
};
/** Provider color configuration (for fallback only - no background for image logos) */