换源时,不会再因为打开浏览器而导致重走换源流程

换源界面新增多选分组和书源功能
This commit is contained in:
HapeLee
2026-05-11 03:28:12 +08:00
parent 920d4058e7
commit 45e678b1ae
13 changed files with 508 additions and 210 deletions
+2 -1
View File
@@ -49,7 +49,8 @@
"PowerShell(.\\\\gradlew.bat test 2>&1 | Select-Object -Last 10)",
"Bash(npx skills *)",
"Bash(npx *)",
"PowerShell(.\\\\gradlew.bat :app:compileAppDebugKotlin 2>&1 | Select-Object -Last 20)"
"PowerShell(.\\\\gradlew.bat :app:compileAppDebugKotlin 2>&1 | Select-Object -Last 20)",
"Bash(cmd /c \"gradlew.bat :app:compileAppDebugKotlin\")"
]
}
}