feat: 实现连接测试功能 API 及前端调用

This commit is contained in:
Baobhan Sith
2025-04-15 08:06:52 +08:00
parent 6cd4977347
commit fa27d40eb2
9 changed files with 586 additions and 72 deletions
+10 -1
View File
@@ -35,7 +35,9 @@
"actions": {
"connect": "连接",
"edit": "编辑",
"delete": "删除"
"delete": "删除",
"test": "测试",
"testing": "测试中..."
},
"form": {
"title": "添加新连接",
@@ -77,6 +79,13 @@
},
"status": {
"never": "从未"
},
"filterAllTags": "所有标签",
"untaggedGroup": "未标记",
"noUntaggedConnections": "没有未标记的连接。",
"test": {
"success": "连接测试成功!",
"failed": "连接测试失败: {error}"
}
},
"proxies": {