feat: optimize ADB snippet collection

- Remove old/duplicate snippets (14 removed)
- Add comprehensive ADB commands (35 added)
- Improve snippet names with Chinese descriptions

Categories:
- Basic device management (devices, connect, disconnect, server control)
- Reboot options (normal, recovery, bootloader)
- App management (install, uninstall, package info)
- File operations (push, pull)
- Screen & input (screencap, screenrecord, input simulation)
- System info & debugging (logcat, dumpsys, battery, etc.)
- Shell commands (pm, wm, am, getprop/setprop)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 09:49:23 +08:00
parent a19b93bc57
commit c815d75cdd
48 changed files with 280 additions and 104 deletions

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "adb screencap -p /sdcard/screenshot.png",
"uid" : "R8N3O9M6-2L2Q-7Q7R-4N8O-9M2P5R1O3Q0S",
"name" : "截圖",
"keyword" : ""
}
}