添加官网地址链接,方便直达。

This commit is contained in:
makejava 2021-08-17 17:17:22 +08:00
parent c6e8c77487
commit 78c49ab052
1 changed files with 1 additions and 1 deletions

View File

@ -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>");
}
}