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 -1
View File
@@ -1,5 +1,4 @@
{
"appName": "Nexus Terminal",
"projectName": "Nexus Terminal",
"slogan":"Stir the stars, command the terminal.",
@@ -1504,5 +1503,13 @@
"transferInitiated": "Transfer task created",
"transferInitiatedGeneric": "Transfer task created successfully.",
"transferFailedError": "Failed to initiate transfer. Please try again."
},
"pathHistory": {
"loading": "Loading...",
"empty": "No path history",
"copy": "Copy path",
"delete": "Delete this history entry",
"copiedSuccess": "Path copied to clipboard",
"copiedError": "Failed to copy path"
}
}