mirror of https://gitee.com/makejava/EasyCode.git
添加官网地址链接,方便直达。
This commit is contained in:
parent
c6e8c77487
commit
78c49ab052
|
@ -43,7 +43,7 @@ public class NetworkExportImportSettingsServiceImpl implements ExportImportSetti
|
|||
token = matcher.group();
|
||||
}
|
||||
// 显示token
|
||||
Messages.showInputDialog(ProjectUtils.getCurrProject(), result, GlobalDict.TITLE_INFO, AllIcons.General.InformationDialog, token, new NonEmptyInputValidator());
|
||||
Messages.showInputDialog(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>");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue