mirror of
https://github.com/tiennm99/ccs.git
synced 2026-09-02 08:19:59 +00:00
feat(ui): add iflow provider logo support
This commit is contained in:
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',
|
codex: '/assets/providers/openai.svg',
|
||||||
agy: '/assets/providers/agy.png',
|
agy: '/assets/providers/agy.png',
|
||||||
qwen: '/assets/providers/qwen-color.svg',
|
qwen: '/assets/providers/qwen-color.svg',
|
||||||
|
iflow: '/assets/providers/iflow.png',
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Provider color configuration (for fallback only - no background for image logos) */
|
/** Provider color configuration (for fallback only - no background for image logos) */
|
||||||
|
|||||||
Reference in New Issue
Block a user