chore: remove LionCC sponsor and presets

- Remove LionCC sponsor entry from all README files (en/zh/ja)
- Remove LionCCAPI presets from all provider configs
- Remove lionccapi i18n keys from all locales
- Keep lioncc.png icon file as requested
This commit is contained in:
Jason
2026-05-18 16:30:24 +08:00
parent ddde7f13b3
commit 76b4c8b509
13 changed files with 4 additions and 173 deletions
@@ -817,18 +817,6 @@ export const claudeDesktopProviderPresets: ClaudeDesktopProviderPreset[] = [
icon: "eflowcode",
iconColor: "#000000",
},
{
name: "LionCCAPI",
websiteUrl: "https://vibecodingapi.ai",
category: "third_party",
baseUrl: "https://vibecodingapi.ai",
mode: "direct",
apiFormat: "anthropic",
modelRoutes: passthroughRoutes(),
isPartner: true,
partnerPromotionKey: "lionccapi",
icon: "lioncc",
},
{
name: "OpenRouter",
websiteUrl: "https://openrouter.ai",
-14
View File
@@ -886,20 +886,6 @@ export const providerPresets: ProviderPreset[] = [
icon: "eflowcode",
iconColor: "#000000",
},
{
name: "LionCCAPI",
websiteUrl: "https://vibecodingapi.ai",
settingsConfig: {
env: {
ANTHROPIC_BASE_URL: "https://vibecodingapi.ai",
ANTHROPIC_AUTH_TOKEN: "",
},
},
category: "third_party",
isPartner: true,
partnerPromotionKey: "lionccapi",
icon: "lioncc",
},
{
name: "OpenRouter",
websiteUrl: "https://openrouter.ai",
-14
View File
@@ -428,20 +428,6 @@ requires_openai_auth = true`,
icon: "ctok",
iconColor: "#000000",
},
{
name: "LionCCAPI",
websiteUrl: "https://vibecodingapi.ai",
auth: generateThirdPartyAuth(""),
config: generateThirdPartyConfig(
"lionccapi",
"https://vibecodingapi.ai/v1",
"gpt-5.4",
),
category: "third_party",
isPartner: true,
partnerPromotionKey: "lionccapi",
icon: "lioncc",
},
{
name: "E-FlowCode",
websiteUrl: "https://e-flowcode.cc",
-17
View File
@@ -243,23 +243,6 @@ export const geminiProviderPresets: GeminiProviderPreset[] = [
icon: "ctok",
iconColor: "#000000",
},
{
name: "LionCCAPI",
websiteUrl: "https://vibecodingapi.ai",
settingsConfig: {
env: {
GOOGLE_GEMINI_BASE_URL: "https://vibecodingapi.ai",
GEMINI_MODEL: "gemini-3.1-pro",
},
},
baseURL: "https://vibecodingapi.ai",
model: "gemini-3.1-pro",
description: "LionCCAPI",
category: "third_party",
isPartner: true,
partnerPromotionKey: "lionccapi",
icon: "lioncc",
},
{
name: "E-FlowCode",
websiteUrl: "https://e-flowcode.cc",
-22
View File
@@ -1088,28 +1088,6 @@ export const hermesProviderPresets: HermesProviderPreset[] = [
model: { default: "claude-opus-4-7", provider: "eflowcode" },
},
},
{
name: "LionCCAPI",
websiteUrl: "https://vibecodingapi.ai",
settingsConfig: {
name: "lionccapi",
base_url: "https://vibecodingapi.ai",
api_key: "",
api_mode: "anthropic_messages",
models: [
{ id: "claude-opus-4-7", name: "Claude Opus 4.7" },
{ id: "claude-sonnet-4-6", name: "Claude Sonnet 4.6" },
{ id: "claude-haiku-4-5-20251001", name: "Claude Haiku 4.5" },
],
},
category: "third_party",
isPartner: true,
partnerPromotionKey: "lionccapi",
icon: "lioncc",
suggestedDefaults: {
model: { default: "claude-opus-4-7", provider: "lionccapi" },
},
},
{
name: "LemonData",
websiteUrl: "https://lemondata.cc",
-44
View File
@@ -1901,50 +1901,6 @@ export const openclawProviderPresets: OpenClawProviderPreset[] = [
},
},
},
{
name: "LionCCAPI",
websiteUrl: "https://vibecodingapi.ai",
settingsConfig: {
baseUrl: "https://vibecodingapi.ai",
apiKey: "",
api: "anthropic-messages",
models: [
{
id: "claude-opus-4-7",
name: "Claude Opus 4.7",
contextWindow: 1000000,
cost: { input: 5, output: 25 },
},
{
id: "claude-sonnet-4-6",
name: "Claude Sonnet 4.6",
contextWindow: 1000000,
cost: { input: 3, output: 15 },
},
],
},
category: "third_party",
isPartner: true,
partnerPromotionKey: "lionccapi",
icon: "lioncc",
templateValues: {
apiKey: {
label: "API Key",
placeholder: "",
editorValue: "",
},
},
suggestedDefaults: {
model: {
primary: "lionccapi/claude-opus-4-7",
fallbacks: ["lionccapi/claude-sonnet-4-6"],
},
modelCatalog: {
"lionccapi/claude-opus-4-7": { alias: "Opus" },
"lionccapi/claude-sonnet-4-6": { alias: "Sonnet" },
},
},
},
{
name: "E-FlowCode",
websiteUrl: "https://e-flowcode.cc",
-28
View File
@@ -1535,34 +1535,6 @@ export const opencodeProviderPresets: OpenCodeProviderPreset[] = [
},
},
},
{
name: "LionCCAPI",
websiteUrl: "https://vibecodingapi.ai",
settingsConfig: {
npm: "@ai-sdk/anthropic",
name: "LionCCAPI",
options: {
baseURL: "https://vibecodingapi.ai/v1",
apiKey: "",
setCacheKey: true,
},
models: {
"claude-opus-4-7": { name: "Claude Opus 4.7" },
"claude-sonnet-4-6": { name: "Claude Sonnet 4.6" },
},
},
category: "third_party",
isPartner: true,
partnerPromotionKey: "lionccapi",
icon: "lioncc",
templateValues: {
apiKey: {
label: "API Key",
placeholder: "",
editorValue: "",
},
},
},
{
name: "E-FlowCode",
websiteUrl: "https://e-flowcode.cc",