feat: 后端 & 前端: 实现连接与标签的关联管理

This commit is contained in:
Baobhan Sith
2025-04-15 07:46:57 +08:00
parent 7bd7df091b
commit 6cd4977347
8 changed files with 268 additions and 39 deletions
+3 -1
View File
@@ -28,6 +28,7 @@
"port": "Port",
"user": "User",
"authMethod": "Auth Method",
"tags": "Tags",
"lastConnected": "Last Connected",
"actions": "Actions"
},
@@ -65,7 +66,8 @@
"errorUpdate": "Failed to update connection: {error}",
"keyUpdateNote": "Leave private key and passphrase blank to keep the existing key.",
"proxy": "Proxy:",
"noProxy": "No Proxy"
"noProxy": "No Proxy",
"tags": "Tags:"
},
"prompts": {
"confirmDelete": "Are you sure you want to delete the connection \"{name}\"? This cannot be undone."