chore: update project files

This commit is contained in:
CJACK
2026-04-27 02:09:11 +08:00
parent 40d5e3ebb5
commit 90ce595325
27 changed files with 511 additions and 150 deletions

View File

@@ -224,7 +224,9 @@
"flashSearch": "v4 Flash (with search)",
"proSearch": "v4 Pro (with search)",
"vision": "v4 Vision (thinking on by default)",
"visionSearch": "v4 Vision (with search)"
"visionSearch": "v4 Vision (with search)",
"generic": "Compatible model",
"noThinking": "thinking forced off"
},
"missingApiKey": "Please provide an API key.",
"requestFailed": "Request failed.",
@@ -234,6 +236,11 @@
"config": "Configuration",
"modelLabel": "Model",
"modelPickerHint": "Use the dropdown to pick a model. The list scrolls automatically.",
"loadingModels": "Loading models...",
"loadingModelsHint": "Fetching the available model list from /v1/models.",
"noModels": "No models available",
"noModelsHint": "The /v1/models endpoint did not return any usable models. Check the backend configuration or API status.",
"noModelsMessagePlaceholder": "No models are available right now, so the tester cannot send a request.",
"streamMode": "Streaming",
"accountSelector": "Account",
"autoRandom": "🤖 Auto / Random",