feat: add Micu partner provider preset for Claude, Codex, OpenClaw and OpenCode

- Add Micu provider presets with openclaudecode.cn endpoint
- Register micu icon SVG in icon index with namespaced CSS classes
- Rename miku.svg to micu.svg to match icon key
- Add partnerPromotion.micu i18n keys for zh, en, ja locales
This commit is contained in:
Jason
2026-03-08 23:27:23 +08:00
parent 02669cfbac
commit 9084e1ecc8
9 changed files with 116 additions and 3 deletions
+23
View File
@@ -1252,6 +1252,29 @@ export const openclawProviderPresets: OpenClawProviderPreset[] = [
icon: "ucloud",
iconColor: "#000000",
},
{
name: "Micu",
websiteUrl: "https://www.openclaudecode.cn",
apiKeyUrl: "https://www.openclaudecode.cn",
settingsConfig: {
baseUrl: "https://www.openclaudecode.cn",
apiKey: "",
api: "anthropic-messages",
models: [
{
id: "claude-opus-4-6",
name: "Claude Opus 4.6",
contextWindow: 200000,
cost: { input: 5, output: 25 },
},
],
},
category: "third_party",
isPartner: true,
partnerPromotionKey: "micu",
icon: "micu",
iconColor: "#000000",
},
// ========== Cloud Providers ==========
{
name: "AWS Bedrock",