From bcb8b0069dc2dfd0521f0f26401dba5f0dec69f8 Mon Sep 17 00:00:00 2001 From: chief Date: Wed, 13 Nov 2024 11:54:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=202024.3=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 2 +- .idea/git_toolbox_blame.xml | 6 ++++++ .idea/misc.xml | 3 ++- build.gradle.kts | 20 ++++++++++---------- resources/META-INF/plugin.xml | 6 +++--- 5 files changed, 22 insertions(+), 15 deletions(-) create mode 100644 .idea/git_toolbox_blame.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 82558f3..eacdd23 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -16,6 +16,6 @@ - + \ No newline at end of file diff --git a/.idea/git_toolbox_blame.xml b/.idea/git_toolbox_blame.xml new file mode 100644 index 0000000..7dc1249 --- /dev/null +++ b/.idea/git_toolbox_blame.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index bc40d35..1d68d00 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,3 +1,4 @@ + @@ -6,7 +7,7 @@ - + diff --git a/build.gradle.kts b/build.gradle.kts index ea2472e..ddcaba1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -78,7 +78,7 @@ plugins { id("org.jetbrains.kotlin.jvm") version "1.9.22" } -version = "3.5.17" +version = "3.5.18" tasks { withType { @@ -95,21 +95,21 @@ tasks { token.set(System.getenv("TOKEN")) } patchPluginXml { - sinceBuild.set("241") - untilBuild.set("241.*") + sinceBuild.set("243") + untilBuild.set("243.*") val changeNotes = """
    -
  • 兼容2024.1
  • +
  • 兼容2024.3

    -
  • Compatible with 2024.1
  • +
  • Compatible with 2024.3
""" val pluginDescription = """ Support WeChat Mini Program project

使用入门

-