From 46eafb451b17b22388bb60fc3048c474b3aa61a1 Mon Sep 17 00:00:00 2001 From: halo Date: Tue, 18 Aug 2026 16:36:26 +0800 Subject: [PATCH] fix: update Navicat 17 compatibility --- go-client/config.json | 2 +- plugins/windows/windows.navicat17/connect.json | 2 +- plugins/windows/windows.navicat17/manifest.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go-client/config.json b/go-client/config.json index 41ceea483..79d8a9946 100644 --- a/go-client/config.json +++ b/go-client/config.json @@ -1,6 +1,6 @@ { "filename": "Jumpserve Clients Config", - "version": 12, + "version": 13, "windowBounds": { "width": 1280, "height": 800 diff --git a/plugins/windows/windows.navicat17/connect.json b/plugins/windows/windows.navicat17/connect.json index b28e306a6..9e5f50a8d 100644 --- a/plugins/windows/windows.navicat17/connect.json +++ b/plugins/windows/windows.navicat17/connect.json @@ -55,7 +55,7 @@ { "cmd": "ControlClick", "type": "30,12", - "element": "[CLASS:TButton; INSTANCE:3]" + "element": "[CLASS:TButton; INSTANCE:2]" } ] }, diff --git a/plugins/windows/windows.navicat17/manifest.json b/plugins/windows/windows.navicat17/manifest.json index 1712d55b6..7d9396f32 100644 --- a/plugins/windows/windows.navicat17/manifest.json +++ b/plugins/windows/windows.navicat17/manifest.json @@ -17,8 +17,8 @@ ], "builtin": true, "comment": { - "zh": "数据库管理软件", - "en": "Database management software." + "zh": "数据库管理软件,只适配 v17.0.13 版本。", + "en": "Database management software, only compatible with v17.0.13." }, "permissions": [ "autoit",