feat: 添加历史路径功能

This commit is contained in:
Baobhan Sith
2025-05-23 15:58:26 +08:00
parent d8f0524b7c
commit f8282fe9c0
14 changed files with 787 additions and 42 deletions
+8
View File
@@ -1508,5 +1508,13 @@
"logExportSuccess": "已挂起会话日志 {name} 已开始下载。",
"logExportError": "导出已挂起会话日志失败: {error}"
}
},
"pathHistory": {
"loading": "加载中...",
"empty": "没有路径历史记录",
"copy": "复制路径",
"delete": "删除此条历史",
"copiedSuccess": "路径已复制到剪贴板",
"copiedError": "复制路径失败"
}
}