mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-04 11:43:57 +08:00
Add APINebula partner provider presets
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 6.5 KiB |
@@ -2,6 +2,7 @@
|
||||
// Do not edit manually
|
||||
|
||||
import _apikeyfun from "./apikeyfun.png";
|
||||
import _apinebula from "./apinebula_icon.png";
|
||||
import _claudeapi from "./ClaudeApi.png";
|
||||
import _byteplus from "./byteplus.png";
|
||||
import _claudecn from "./claudecn.png";
|
||||
@@ -89,6 +90,7 @@ export const icons: Record<string, string> = {
|
||||
|
||||
export const iconUrls: Record<string, string> = {
|
||||
apikeyfun: _apikeyfun,
|
||||
apinebula: _apinebula,
|
||||
byteplus: _byteplus,
|
||||
claudeapi: _claudeapi,
|
||||
claudecn: _claudecn,
|
||||
|
||||
@@ -24,6 +24,21 @@ export const iconMetadata: Record<string, IconMetadata> = {
|
||||
],
|
||||
defaultColor: "#9C3F00",
|
||||
},
|
||||
apinebula: {
|
||||
name: "apinebula",
|
||||
displayName: "APINebula",
|
||||
category: "ai-provider",
|
||||
keywords: [
|
||||
"apinebula",
|
||||
"api nebula",
|
||||
"gateway",
|
||||
"relay",
|
||||
"claude",
|
||||
"codex",
|
||||
"gemini",
|
||||
],
|
||||
defaultColor: "#C86F49",
|
||||
},
|
||||
alibaba: {
|
||||
name: "alibaba",
|
||||
displayName: "Alibaba",
|
||||
|
||||
Reference in New Issue
Block a user