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}"
}
}
}