feat: logs history

This commit is contained in:
jialin
2026-04-28 14:41:36 +08:00
committed by jialin
parent 0ffc2ee924
commit 0cb260f854
12 changed files with 655 additions and 25 deletions
+3 -1
View File
@@ -282,5 +282,7 @@ export default {
'models.table.instance.benchmark': 'Run Benchmark',
'models.table.modelView': 'Model List',
'models.table.instanceView': 'Instance List',
'models.table.category': 'Category'
'models.table.category': 'Category',
'models.instance.firstStart': 'First Deployment',
'models.instance.startHistory': 'Startup History'
};
+3 -1
View File
@@ -282,7 +282,9 @@ export default {
'models.table.instance.benchmark': 'Run Benchmark',
'models.table.modelView': 'Model List',
'models.table.instanceView': 'Instance List',
'models.table.category': 'Category'
'models.table.category': 'Category',
'models.instance.firstStart': 'First Deployment',
'models.instance.startHistory': 'Startup History'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
+3 -1
View File
@@ -286,7 +286,9 @@ export default {
'models.table.instance.benchmark': 'Run Benchmark',
'models.table.modelView': 'Model List',
'models.table.instanceView': 'Instance List',
'models.table.category': 'Category'
'models.table.category': 'Category',
'models.instance.firstStart': 'First Deployment',
'models.instance.startHistory': 'Startup History'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
+3 -1
View File
@@ -282,7 +282,9 @@ export default {
'models.table.instance.benchmark': 'Kıyaslama Çalıştır',
'models.table.modelView': 'Model List',
'models.table.instanceView': 'Instance List',
'models.table.category': 'Category'
'models.table.category': 'Category',
'models.instance.firstStart': 'First Deployment',
'models.instance.startHistory': 'Startup History'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
+3 -1
View File
@@ -266,5 +266,7 @@ export default {
'models.table.instance.benchmark': '运行基准测试',
'models.table.modelView': '模型列表',
'models.table.instanceView': '实例列表',
'models.table.category': '类别'
'models.table.category': '类别',
'models.instance.firstStart': '首次部署',
'models.instance.startHistory': '启动记录'
};