diff --git a/src/main/java/com/sjhy/plugin/service/impl/NetworkExportImportSettingsServiceImpl.java b/src/main/java/com/sjhy/plugin/service/impl/NetworkExportImportSettingsServiceImpl.java index a2a09c9..58433f1 100644 --- a/src/main/java/com/sjhy/plugin/service/impl/NetworkExportImportSettingsServiceImpl.java +++ b/src/main/java/com/sjhy/plugin/service/impl/NetworkExportImportSettingsServiceImpl.java @@ -50,7 +50,7 @@ public class NetworkExportImportSettingsServiceImpl implements ExportImportSetti // 显示token try { Method method = Messages.class.getMethod("showInputDialog", Project.class, String.class, String.class, Icon.class, String.class, InputValidator.class, TextRange.class, String.class); - method.invoke(null, ProjectUtils.getCurrProject(), result, GlobalDict.TITLE_INFO, AllIcons.General.InformationDialog, token, new NonEmptyInputValidator(), null, "Easy Code官网地址:www.shujuhaiyang.com"); + method.invoke(null, ProjectUtils.getCurrProject(), result, GlobalDict.TITLE_INFO, AllIcons.General.InformationDialog, token, new NonEmptyInputValidator(), null, "Easy Code官网地址:www.ieasycode.com:88"); } catch (NoSuchMethodException | IllegalAccessException | InvocationTargetException e) { // 兼容旧版本 Messages.showInputDialog(ProjectUtils.getCurrProject(), result, GlobalDict.TITLE_INFO, AllIcons.General.InformationDialog, token, new NonEmptyInputValidator(), null); diff --git a/src/main/java/com/sjhy/plugin/tool/HttpUtils.java b/src/main/java/com/sjhy/plugin/tool/HttpUtils.java index f508636..e079396 100644 --- a/src/main/java/com/sjhy/plugin/tool/HttpUtils.java +++ b/src/main/java/com/sjhy/plugin/tool/HttpUtils.java @@ -42,7 +42,7 @@ public final class HttpUtils { /** * 服务器地址 */ - private static final String HOST_URL = "http://www.shujuhaiyang.com/easyCode"; + private static final String HOST_URL = "http://www.ieasycode.com:88/easyCode"; /** * http客户端 */ diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index cdd66bf..e153089 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.sjhy.plugin.easycode EasyCode - Easy Code Office Website + Easy Code Office Website EasyCode,Easy Code,easy,code,code generate,code tools