mirror of https://gitee.com/makejava/EasyCode.git
修改服务器URL地址
This commit is contained in:
parent
d26e777981
commit
cfc56301b7
|
@ -50,7 +50,7 @@ public class NetworkExportImportSettingsServiceImpl implements ExportImportSetti
|
||||||
// 显示token
|
// 显示token
|
||||||
try {
|
try {
|
||||||
Method method = Messages.class.getMethod("showInputDialog", Project.class, String.class, String.class, Icon.class, String.class, InputValidator.class, TextRange.class, String.class);
|
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.shujuhaiyang.com'>www.shujuhaiyang.com</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:88'>www.ieasycode.com:88</a>");
|
||||||
} catch (NoSuchMethodException | IllegalAccessException | InvocationTargetException e) {
|
} catch (NoSuchMethodException | IllegalAccessException | InvocationTargetException e) {
|
||||||
// 兼容旧版本
|
// 兼容旧版本
|
||||||
Messages.showInputDialog(ProjectUtils.getCurrProject(), result, GlobalDict.TITLE_INFO, AllIcons.General.InformationDialog, token, new NonEmptyInputValidator(), null);
|
Messages.showInputDialog(ProjectUtils.getCurrProject(), result, GlobalDict.TITLE_INFO, AllIcons.General.InformationDialog, token, new NonEmptyInputValidator(), null);
|
||||||
|
|
|
@ -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客户端
|
* http客户端
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<idea-plugin>
|
<idea-plugin>
|
||||||
<id>com.sjhy.plugin.easycode</id>
|
<id>com.sjhy.plugin.easycode</id>
|
||||||
<name>EasyCode</name>
|
<name>EasyCode</name>
|
||||||
<vendor email="1353036300@qq.com" url="http://www.shujuhaiyang.com">Easy Code Office Website</vendor>
|
<vendor email="1353036300@qq.com" url="http://www.ieasycode.com:88">Easy Code Office Website</vendor>
|
||||||
|
|
||||||
<description><![CDATA[
|
<description><![CDATA[
|
||||||
<tag>EasyCode,Easy Code,easy,code,code generate,code tools</tag>
|
<tag>EasyCode,Easy Code,easy,code,code generate,code tools</tag>
|
||||||
|
|
Loading…
Reference in New Issue