fix(config): correct MiniMax apiKeyUrl to minimaxi.com

Update apiKeyUrl domain to match official website URL.
Also update screenshots for all locales (en, ja, zh).
This commit is contained in:
Jason
2025-11-30 23:03:09 +08:00
parent c5cadb73bc
commit 5888c56f2a
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 KiB

After

Width:  |  Height:  |  Size: 227 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 241 KiB

After

Width:  |  Height:  |  Size: 226 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 241 KiB

After

Width:  |  Height:  |  Size: 225 KiB

View File

@@ -232,7 +232,7 @@ export const providerPresets: ProviderPreset[] = [
{
name: "MiniMax",
websiteUrl: "https://platform.minimaxi.com",
apiKeyUrl: "https://platform.minimax.com/subscribe/coding-plan",
apiKeyUrl: "https://platform.minimaxi.com/subscribe/coding-plan",
settingsConfig: {
env: {
ANTHROPIC_BASE_URL: "https://api.minimaxi.com/anthropic",