feat: 添加批量删除功能

This commit is contained in:
Baobhan Sith
2025-05-16 22:37:01 +08:00
parent 890bcf64a1
commit 084cc570f4
5 changed files with 106 additions and 3 deletions
+5 -1
View File
@@ -140,7 +140,11 @@
"title": "批量编辑连接",
"selectedItems": "已选项目",
"noChange": "保持不变",
"tagsPlaceholder": "输入标签 (替换现有)"
"deleteSelectedButton": "删除选中",
"deleteSelectedTooltip": "删除选中的连接",
"confirmMessage": "您确定要删除选中的 {count} 个连接吗?此操作无法撤销。",
"successMessage": "选中的连接已成功删除。",
"errorMessage": "批量删除连接失败: {error}"
},
"actions": {
"testAllFiltered":"测试全部",