6.7.0 - Alpha23 - 修复录制脚本功能与录制回放功能并加入 Shizuku 支持; 修复音量减键控制脚本录制 (issue #480, #320)

This commit is contained in:
SuperMonster003
2026-03-08 01:00:10 +08:00
parent 9190b2b605
commit 417fd4c2f4
24 changed files with 699 additions and 78 deletions

View File

@@ -13,6 +13,9 @@ private val modules = listOf(
"color-picker",
"material-dialogs",
"material-date-time-picker",
"expandable-layout",
"expandable-recyclerview",
"recyclerview-flexibledivider",
)
private val libs = listOf(
@@ -35,8 +38,6 @@ private val libs = listOf(
"markwon-syntax-highlight-4_6_2",
"root-shell-1_6",
"expandable-layout-1_6_0",
"recyclerview-flexibledivider-1_4_0"
)
private val pluginApi = listOf(
@@ -324,8 +325,9 @@ pluginManagement {
val intelliJIdea = object : Platform(
name = "IntelliJIdea", vendor = "Jetbrains",
// @Reference AGP Upgrade Assistant integrated within JetBrains IntelliJ IDEA.
// @Updated by SuperMonster003 on Aug 20, 2025. (Manual)
// @Updated by SuperMonster003 on Mar 2, 2026. (Manual)
agpVersionMap = mapOf(
"2026.1" to "8.13.2",
"2025.2.2" to "8.12.0",
"2025.2.1" to "8.11.1",
"2025.1" to "8.10.1",