fix(codex): add missing AiHubMix preset icon

Every other app's AiHubMix preset already sets icon "aihubmix" with
iconColor #006FFB; the Codex entry was the only one missing it.
This commit is contained in:
Jason
2026-07-21 16:27:14 +08:00
parent f733def452
commit a8daf7daad
+2
View File
@@ -1127,6 +1127,8 @@ requires_openai_auth = true`,
"https://aihubmix.com/v1", "https://aihubmix.com/v1",
"https://api.aihubmix.com/v1", "https://api.aihubmix.com/v1",
], ],
icon: "aihubmix",
iconColor: "#006FFB",
}, },
{ {
name: "CherryIN", name: "CherryIN",