Skip to content

Commit 42a7493

Browse files
committed
Merge remote-tracking branch 'gitee/master'
2 parents 34e24a7 + 43d8bda commit 42a7493

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/xwintop/xJavaFxTool/services/index/PluginManageService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public PluginManageService(PluginManageController pluginManageController) {
3838

3939
public void getPluginList() {
4040
try {
41-
String jsonString = HttpUtil.get("https://xwintop.gitee.io/xjavafxtool-plugin/plugin-list.json");
41+
String jsonString = HttpUtil.get("https://xwintop.gitee.io/maven/plugin-libs/plugin-list.json");
4242
// String jsonString = "[{\"name\":\"Zookeeper工具\",\"synopsis\":\"Zookeeper工具(方便对zookeeper的一系列操作,包括新增、修改、删除(包括子文件)、重命名、复制、添加变更通知)\",\"version\":\"0.0.1\",\"jarName\": \"x-ZookeeperTool\",\"versionNumber\": 1,\"downloadUrl\":\"https://xwintop.gitee.io/xjavafxtool-plugin/plugin-libs/x-ZookeeperTool-0.0.1.jar\"}]";
4343
jsonArray = JSON.parseArray(jsonString);
4444
for (Object json : jsonArray) {
@@ -150,4 +150,4 @@ public static boolean getPluginJarIsEnable(String fileName) {
150150
}
151151
return true;
152152
}
153-
}
153+
}

0 commit comments

Comments
 (0)