From 78c49ab052e23b6ebb7a0fdf32269aef0617d7d9 Mon Sep 17 00:00:00 2001 From: makejava <1353036300@qq.com> Date: Tue, 17 Aug 2021 17:17:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AE=98=E7=BD=91=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E9=93=BE=E6=8E=A5=EF=BC=8C=E6=96=B9=E4=BE=BF=E7=9B=B4?= =?UTF-8?q?=E8=BE=BE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/NetworkExportImportSettingsServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/sjhy/plugin/service/impl/NetworkExportImportSettingsServiceImpl.java b/src/main/java/com/sjhy/plugin/service/impl/NetworkExportImportSettingsServiceImpl.java index 65b4762..4986a68 100644 --- a/src/main/java/com/sjhy/plugin/service/impl/NetworkExportImportSettingsServiceImpl.java +++ b/src/main/java/com/sjhy/plugin/service/impl/NetworkExportImportSettingsServiceImpl.java @@ -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官网地址:www.shujuhaiyang.com"); } }