fix: clear screen logs after loading all

This commit is contained in:
jialin
2025-01-13 11:15:34 +08:00
parent 8c4997fa37
commit 5c1bcdbd74
6 changed files with 102 additions and 30 deletions
+1
View File
@@ -75,6 +75,7 @@ export default {
'models.logs.pagination.prev': 'Previous {lines} Lines',
'models.logs.pagination.next': 'Next {lines} Lines',
'models.logs.pagination.last': 'Last Page',
'models.logs.pagination.first': 'First Page',
'models.form.localPath': 'Local Path',
'models.form.filePath': 'Model Path',
'models.form.backendVersion': 'Backend Version',
+1
View File
@@ -72,6 +72,7 @@ export default {
'models.logs.pagination.prev': '上一 {lines} 行',
'models.logs.pagination.next': '下一 {lines} 行',
'models.logs.pagination.last': '最后一页',
'models.logs.pagination.first': '第一页',
'models.form.localPath': '本地路径',
'models.form.filePath': '模型路径',
'models.form.backendVersion': '后端版本',