diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 3a9b38a40deecf3465edb0b900c007f48bd4771f..eacdd23045e3349484a761f1308f7d1df480c3d8 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 e6b914d24575cccd8b454a390f1d9c9e4c248d94..04ff9b602bd94c61ca2d2911a7cec18f209ce6a5 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 1c11aa4ecd1f9236f3425a04da74b91fee0a661f..f1f19e08f81550efbe5bf27a81ba0a71278aa546 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 81182dd958fde8ddd860e9219d1ffc0b20b2837b..e4ca313dc86fe7240179b6690807dc4364e8b97b 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() } }