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",

View File

@@ -224,7 +224,9 @@
"flashSearch": "v4 Flash带搜索",
"proSearch": "v4 Pro带搜索",
"vision": "v4 Vision默认开启思考",
"visionSearch": "v4 Vision带搜索"
"visionSearch": "v4 Vision带搜索",
"generic": "兼容模型",
"noThinking": "强制关闭思考"
},
"missingApiKey": "请提供 API 密钥",
"requestFailed": "请求失败",
@@ -234,6 +236,11 @@
"config": "配置",
"modelLabel": "模型",
"modelPickerHint": "使用下拉列表选择模型,长列表会自动滚动。",
"loadingModels": "正在加载模型...",
"loadingModelsHint": "正在从 /v1/models 拉取可用模型列表。",
"noModels": "没有可用模型",
"noModelsHint": "/v1/models 当前没有返回任何可用模型,请先检查后端配置或接口状态。",
"noModelsMessagePlaceholder": "当前没有可用模型,暂时无法发起测试。",
"streamMode": "流式模式",
"accountSelector": "选择账号",
"autoRandom": "🤖 自动 / 随机",