diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 82558f3c18413a7657b43086bdc4eae574ca76ec..eacdd23045e3349484a761f1308f7d1df480c3d8 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 0000000000000000000000000000000000000000..7dc124965d28403ec2545a24d7d1cd1fec1f57d8
--- /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 bc40d35124d5cf9152a837943151170324911601..1d68d005bdb77e5d10f55d339f7b38e64433c904 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 ea2472e78255c8a82dac1c3c015abaf824d54eb8..ddcaba118d2acbdf276777deaae16b3d4fb6cff7 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 = """
- - Compatible with 2024.1
+ - Compatible with 2024.3
"""
val pluginDescription = """
Support WeChat Mini Program project
使用入门
-
+
- 打开微信小程序或QQ小程序项目
- 确保project.config.json配置文件存在
- 现在您可以使用所有此插件提供的功能
@@ -119,7 +119,7 @@ Support We
- wxml / wxss / wxs文件支持
- 创建微信小程序组件和页面
- 相关文件导航
- - 微信小程序自定义组件支持
+ - 微信小程序自定义组件支持
- 微信小程序配置文件支持
- 代码检查和自动修复
- 支持QQ小程序项目 (v3.1.0)
@@ -163,11 +163,11 @@ sourceSets {
intellij {
type.set("IU")
- version.set("2024.1")
+ version.set("2024.2")
pluginName.set("wechat mini program")
downloadSources.set(true)
updateSinceUntilBuild.set(false)
- plugins.set(listOf("JavaScript", "com.intellij.css", "less", "sass", "org.jetbrains.plugins.stylus:241.14494.140"))
+ plugins.set(listOf("JavaScript", "com.intellij.css", "less", "sass", "org.jetbrains.plugins.stylus:242.20224.155"))
}
repositories {
@@ -179,4 +179,4 @@ dependencies {
implementation("org.jetbrains:annotations-java5:23.0.0")
implementation("org.jetbrains.kotlin:kotlin-script-runtime:1.7.0")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.0")
-}
\ No newline at end of file
+}
diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml
index c6ba28c7aae17e3403425b7c886840a9545b161f..0a3f28ade85c5dd42bd16cada7780ff4e35a3427 100644
--- a/resources/META-INF/plugin.xml
+++ b/resources/META-INF/plugin.xml
@@ -171,9 +171,9 @@
shortName="WXMLInvalidImport"
enabledByDefault="true" level="ERROR"/>
-
-
-
\ No newline at end of file
+