fix: ui issues

This commit is contained in:
jialin
2026-02-06 11:13:49 +08:00
parent d54722609c
commit 7f3d6bb55f
35 changed files with 364 additions and 141 deletions
+4 -1
View File
@@ -80,5 +80,8 @@ export default {
'benchmark.env.system': 'System',
'benchmark.env.runtimeVersion': 'Runtime Version',
'benchmark.env.driverVersion': 'Driver Version',
'benchmark.env.cpuCounts': 'CPU Counts'
'benchmark.env.cpuCounts': 'CPU Cores',
'benchmark.table.export.results': 'Export Results',
'benchmark.form.nonLlmModel.tips':
'Benchmarking currently only supports LLM models'
};
+7 -1
View File
@@ -15,5 +15,11 @@ export default {
'providers.form.model.test': 'Test',
'providers.form.model.test.tips': 'Test Connection',
'providers.form.target.placeholder': 'provider/models',
'providers.form.fallback.token': 'Fallback API Keys'
'providers.form.fallback.token': 'Fallback API Keys',
'providers.form.custombeckendUrl': 'Custom Base URL',
'providers.form.more': '+{count} more',
'providers.form.addAll': 'Add All',
'providers.form.rules.models': 'Please select at least one model',
'providers.form.rules.tokens': 'Please enter a valid API Key',
'providers.form.rules.model': 'Please select a model'
};
+4 -1
View File
@@ -80,5 +80,8 @@ export default {
'benchmark.env.system': 'System',
'benchmark.env.runtimeVersion': 'Runtime Version',
'benchmark.env.driverVersion': 'Driver Version',
'benchmark.env.cpuCounts': 'CPU Counts'
'benchmark.env.cpuCounts': 'CPU Cores',
'benchmark.table.export.results': 'Export Results',
'benchmark.form.nonLlmModel.tips':
'Benchmarking currently only supports LLM models'
};
+7 -1
View File
@@ -15,5 +15,11 @@ export default {
'providers.form.model.test': 'Test',
'providers.form.model.test.tips': 'Test Connection',
'providers.form.target.placeholder': 'provider/models',
'providers.form.fallback.token': 'Fallback API Keys'
'providers.form.fallback.token': 'Fallback API Keys',
'providers.form.custombeckendUrl': 'Custom Base URL',
'providers.form.more': '+{count} more',
'providers.form.addAll': 'Add All',
'providers.form.rules.models': 'Please select at least one model',
'providers.form.rules.tokens': 'Please enter a valid API Key',
'providers.form.rules.model': 'Please select a model'
};
+4 -1
View File
@@ -80,5 +80,8 @@ export default {
'benchmark.env.system': 'System',
'benchmark.env.runtimeVersion': 'Runtime Version',
'benchmark.env.driverVersion': 'Driver Version',
'benchmark.env.cpuCounts': 'CPU Counts'
'benchmark.env.cpuCounts': 'CPU Cores',
'benchmark.table.export.results': 'Export Results',
'benchmark.form.nonLlmModel.tips':
'Benchmarking currently only supports LLM models'
};
+7 -1
View File
@@ -15,5 +15,11 @@ export default {
'providers.form.model.test': 'Test',
'providers.form.model.test.tips': 'Test Connection',
'providers.form.target.placeholder': 'provider/models',
'providers.form.fallback.token': 'Fallback API Keys'
'providers.form.fallback.token': 'Fallback API Keys',
'providers.form.custombeckendUrl': 'Custom Base URL',
'providers.form.more': '+{count} more',
'providers.form.addAll': 'Add All',
'providers.form.rules.models': 'Please select at least one model',
'providers.form.rules.tokens': 'Please enter a valid API Key',
'providers.form.rules.model': 'Please select a model'
};
+3 -1
View File
@@ -80,5 +80,7 @@ export default {
'benchmark.env.system': '系统',
'benchmark.env.runtimeVersion': '运行时版本',
'benchmark.env.driverVersion': '驱动版本',
'benchmark.env.cpuCounts': 'CPU 核心数'
'benchmark.env.cpuCounts': 'CPU 核心数',
'benchmark.table.export.results': '导出结果',
'benchmark.form.nonLlmModel.tips': '基准测试目前仅支持 LLM 模型'
};
+7 -1
View File
@@ -15,5 +15,11 @@ export default {
'providers.form.model.test': '测试',
'providers.form.model.test.tips': '测试连接',
'providers.form.target.placeholder': '提供商/模型',
'providers.form.fallback.token': '备用 API Key'
'providers.form.fallback.token': '备用 API Key',
'providers.form.custombeckendUrl': '自定义 Base URL',
'providers.form.more': '+{count} 更多',
'providers.form.addAll': '添加全部',
'providers.form.rules.models': '请选择至少一个模型',
'providers.form.rules.tokens': '请输入有效的 API Key',
'providers.form.rules.model': '请选择模型'
};