fix: benchmark tooltip issues

This commit is contained in:
jialin
2026-02-06 18:34:20 +08:00
parent 4a582ec8b1
commit 096227e3da
14 changed files with 119 additions and 69 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ export default {
'backend.recommendModels': 'Recommended Models',
'backend.filter.source': 'Filter by source',
'backend.add.custom': 'Custom',
'backend.add.community': 'Community Backends',
'backend.add.community': 'Community',
'backend.community.title': 'Community Backend Marketplace'
};
@@ -52,6 +52,6 @@ export default {
// 2. 'backend.recommendModels': 'Recommended Models',
// 3. 'backend.filter.source': 'Filter by source',
// 4. 'backend.add.custom': 'Custom',
// 5. 'backend.add.community': 'Community Backends',
// 5. 'backend.add.community': 'Community',
// 6. 'backend.community.title': 'Community Backend Marketplace'
// ========== End of To-Do List ==========
+3 -1
View File
@@ -83,5 +83,7 @@ export default {
'benchmark.env.cpuCounts': 'CPU Cores',
'benchmark.table.export.results': 'Export Results',
'benchmark.form.nonLlmModel.tips':
'Benchmarking currently only supports LLM models'
'Benchmarking currently only supports LLM models',
'benchmark.detail.result.duration': 'Duration',
'benchmark.detail.result.basic': 'Basic'
};