Skip to content

Commit eb59fa9

Browse files
committed
修改服务器端口
1 parent cfc5630 commit eb59fa9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/com/sjhy/plugin/service/impl/NetworkExportImportSettingsServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public void exportConfig(SettingsStorageDTO settingsStorage) {
5050
// 显示token
5151
try {
5252
Method method = Messages.class.getMethod("showInputDialog", Project.class, String.class, String.class, Icon.class, String.class, InputValidator.class, TextRange.class, String.class);
53-
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>");
53+
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>");
5454
} catch (NoSuchMethodException | IllegalAccessException | InvocationTargetException e) {
5555
// 兼容旧版本
5656
Messages.showInputDialog(ProjectUtils.getCurrProject(), result, GlobalDict.TITLE_INFO, AllIcons.General.InformationDialog, token, new NonEmptyInputValidator(), null);

src/main/java/com/sjhy/plugin/tool/HttpUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public final class HttpUtils {
4242
/**
4343
* 服务器地址
4444
*/
45-
private static final String HOST_URL = "http://www.ieasycode.com:88/easyCode";
45+
private static final String HOST_URL = "http://www.ieasycode.com:9527/easyCode";
4646
/**
4747
* http客户端
4848
*/

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.sjhy.plugin.easycode</id>
33
<name>EasyCode</name>
4-
<vendor email="1353036300@qq.com" url="http://www.ieasycode.com:88">Easy Code Office Website</vendor>
4+
<vendor email="1353036300@qq.com" url="http://www.ieasycode.com:9527">Easy Code Office Website</vendor>
55

66
<description><![CDATA[
77
<tag>EasyCode,Easy Code,easy,code,code generate,code tools</tag>

0 commit comments

Comments
 (0)