From 2a6d5beca9a280a3a65e17914e4caff08eb9214c Mon Sep 17 00:00:00 2001 From: stackcn Date: Mon, 19 Sep 2022 11:27:31 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ijplugin/wechat_miniprogram/plugin/UpdateInfoActivity.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/zxy/ijplugin/wechat_miniprogram/plugin/UpdateInfoActivity.kt b/src/com/zxy/ijplugin/wechat_miniprogram/plugin/UpdateInfoActivity.kt index 81182dd..0c4e8b1 100644 --- a/src/com/zxy/ijplugin/wechat_miniprogram/plugin/UpdateInfoActivity.kt +++ b/src/com/zxy/ijplugin/wechat_miniprogram/plugin/UpdateInfoActivity.kt @@ -144,7 +144,7 @@ class UpdateInfoActivity : StartupActivity.DumbAware { private val urlOpeningBehavior = NotificationListener.UrlOpeningListener(false) override fun actionPerformed(e: AnActionEvent, notification: Notification) { - SupportDialog(project).show() + // SupportDialog(project).show() } }) } @@ -162,7 +162,7 @@ class UpdateInfoActivity : StartupActivity.DumbAware { ) : DumbAwareAction("支持一下") { override fun actionPerformed(e: AnActionEvent) { notification.hideBalloon() - SupportDialog(project).show() + // SupportDialog(project).show() } } -- Gitee From 6ec0f49b4cf5c112b6bc7fb392e3067e26b286e8 Mon Sep 17 00:00:00 2001 From: stackcn Date: Mon, 19 Sep 2022 11:47:25 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 2 +- .idea/misc.xml | 2 +- resources/META-INF/plugin.xml | 12 ++++++------ .../wechat_miniprogram/plugin/UpdateInfoActivity.kt | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 3a9b38a..eacdd23 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -16,6 +16,6 @@ - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index e6b914d..04ff9b6 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -7,7 +7,7 @@ - + diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index 1c11aa4..f1f19e0 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -107,11 +107,11 @@ - + + + + + @@ -121,7 +121,7 @@ - + diff --git a/src/com/zxy/ijplugin/wechat_miniprogram/plugin/UpdateInfoActivity.kt b/src/com/zxy/ijplugin/wechat_miniprogram/plugin/UpdateInfoActivity.kt index 0c4e8b1..e4ca313 100644 --- a/src/com/zxy/ijplugin/wechat_miniprogram/plugin/UpdateInfoActivity.kt +++ b/src/com/zxy/ijplugin/wechat_miniprogram/plugin/UpdateInfoActivity.kt @@ -144,7 +144,7 @@ class UpdateInfoActivity : StartupActivity.DumbAware { private val urlOpeningBehavior = NotificationListener.UrlOpeningListener(false) override fun actionPerformed(e: AnActionEvent, notification: Notification) { - // SupportDialog(project).show() + SupportDialog(project).show() } }) } @@ -162,7 +162,7 @@ class UpdateInfoActivity : StartupActivity.DumbAware { ) : DumbAwareAction("支持一下") { override fun actionPerformed(e: AnActionEvent) { notification.hideBalloon() - // SupportDialog(project).show() + SupportDialog(project).show() } } -- Gitee