feat: 添加挂起会话导出日志功能

This commit is contained in:
Baobhan Sith
2025-05-10 14:29:21 +08:00
parent d828de3ef8
commit f3b190bd24
7 changed files with 187 additions and 4 deletions
+5 -2
View File
@@ -1191,7 +1191,8 @@
},
"action": {
"resume": "Resume",
"remove": "Remove"
"remove": "Remove",
"exportLog": "Export Log"
}
},
"time": {
@@ -1221,7 +1222,9 @@
"defaultSessionName": "Session",
"resumeSuccess": "Session \"{name}\" resumed successfully.",
"resumeErrorBackend": "Backend failed to resume session: {error}",
"autoTerminated": "Suspended session \"{name}\" was auto-terminated by the backend due to: {reason}"
"autoTerminated": "Suspended session \"{name}\" was auto-terminated by the backend due to: {reason}",
"logExportSuccess": "Suspended session log {name} has started downloading.",
"logExportError": "Failed to export suspended session log: {error}"
}
}
}
+5 -2
View File
@@ -1193,7 +1193,8 @@
},
"action": {
"resume": "恢复",
"remove": "移除"
"remove": "移除",
"exportLog": "导出日志"
}
},
"time": {
@@ -1223,7 +1224,9 @@
"defaultSessionName": "会话",
"resumeSuccess": "会话 \"{name}\" 已成功恢复。",
"resumeErrorBackend": "后端恢复会话失败: {error}",
"autoTerminated": "已挂起的会话 \"{name}\" 因以下原因被后端自动终止: {reason}"
"autoTerminated": "已挂起的会话 \"{name}\" 因以下原因被后端自动终止: {reason}",
"logExportSuccess": "已挂起会话日志 {name} 已开始下载。",
"logExportError": "导出已挂起会话日志失败: {error}"
}
}
}