优化搜素逻辑

This commit is contained in:
HapeLee
2026-05-10 23:34:20 +08:00
parent 6a0954377a
commit 6a39b42fe5
8 changed files with 144 additions and 64 deletions
+6 -1
View File
@@ -44,7 +44,12 @@
"Bash(jar tf *)",
"Read(//d/tmp/**)",
"Bash(jar xf *)",
"PowerShell(.\\\\gradlew.bat :app:compileAppDebugKotlin)"
"PowerShell(.\\\\gradlew.bat :app:compileAppDebugKotlin)",
"PowerShell(.\\\\gradlew.bat :app:compileAppDebugKotlin 2>&1 | Select-Object -Last 5)",
"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)"
]
}
}