修改服务器端口

This commit is contained in:
makejava 2022-12-01 16:09:45 +08:00
parent cfc56301b7
commit eb59fa93a2
3 changed files with 3 additions and 3 deletions

View File

@ -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官网地址<a href='http://www.ieasycode.com:88'>www.ieasycode.com:88</a>");
method.invoke(null, ProjectUtils.getCurrProject(), result, GlobalDict.TITLE_INFO, AllIcons.General.InformationDialog, token, new NonEmptyInputValidator(), null, "Easy Code官网地址<a href='http://www.ieasycode.com:9527'>www.ieasycode.com:9527</a>");
} catch (NoSuchMethodException | IllegalAccessException | InvocationTargetException e) {
// 兼容旧版本
Messages.showInputDialog(ProjectUtils.getCurrProject(), result, GlobalDict.TITLE_INFO, AllIcons.General.InformationDialog, token, new NonEmptyInputValidator(), null);

View File

@ -42,7 +42,7 @@ public final class HttpUtils {
/**
* 服务器地址
*/
private static final String HOST_URL = "http://www.ieasycode.com:88/easyCode";
private static final String HOST_URL = "http://www.ieasycode.com:9527/easyCode";
/**
* http客户端
*/

View File

@ -1,7 +1,7 @@
<idea-plugin>
<id>com.sjhy.plugin.easycode</id>
<name>EasyCode</name>
<vendor email="1353036300@qq.com" url="http://www.ieasycode.com:88">Easy Code Office Website</vendor>
<vendor email="1353036300@qq.com" url="http://www.ieasycode.com:9527">Easy Code Office Website</vendor>
<description><![CDATA[
<tag>EasyCode,Easy Code,easy,code,code generate,code tools</tag>