代码优化

This commit is contained in:
HapeLee
2026-05-12 19:17:14 +08:00
parent 890ab3a502
commit b3a294ff1e
22 changed files with 499 additions and 494 deletions
+6 -1
View File
@@ -50,7 +50,12 @@
"Bash(npx skills *)",
"Bash(npx *)",
"PowerShell(.\\\\gradlew.bat :app:compileAppDebugKotlin 2>&1 | Select-Object -Last 20)",
"Bash(cmd /c \"gradlew.bat :app:compileAppDebugKotlin\")"
"Bash(cmd /c \"gradlew.bat :app:compileAppDebugKotlin\")",
"Bash(cmd /c \"gradlew.bat :app:compileAppDebugKotlin 2>&1\")",
"PowerShell(.\\\\gradlew.bat :app:compileAppDebugKotlin 2>&1 | Select-Object -Last 40)",
"PowerShell(.\\\\gradlew.bat :app:compileAppDebugKotlin 2>&1 | Select-Object -Last 100)",
"PowerShell(.\\\\gradlew.bat :app:compileAppDebugKotlin 2>&1 | Select-Object -Last 50)",
"Bash(python3 *)"
]
}
}