代码优化

This commit is contained in:
HapeLee
2026-05-13 01:31:50 +08:00
parent 14ac91246d
commit dda4a27730
13 changed files with 110 additions and 417 deletions
+10 -1
View File
@@ -55,7 +55,16 @@
"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 *)"
"Bash(python3 *)",
"WebFetch(domain:raw.githubusercontent.com)",
"Bash(xargs -I{} jar -tf {})",
"Bash(gh api *)",
"Bash(rustup show *)",
"PowerShell(rustup show *)",
"PowerShell(npm *)",
"PowerShell(gcc *)",
"Bash(gh repo *)",
"Bash(Test-Path *)"
]
}
}