删除截图命令冗余操作

This commit is contained in:
popjdh
2022-12-16 20:52:37 +08:00
parent f72781d624
commit 2ff74a7076

View File

@@ -125,7 +125,6 @@
{
"configName": "GeneralWithoutScreencapErr",
"baseConfig": "General",
"screencapRawByNC": "[Adb] -s [AdbSerial] exec-out \"screencap 2>/tmp/maa-assistant-arknights.log | nc -w 3 [NcAddress] [NcPort]\"",
"screencapRawWithGzip": "[Adb] -s [AdbSerial] exec-out \"screencap 2>/tmp/maa-assistant-arknights.log | gzip -1\"",
"screencapEncode": "[Adb] -s [AdbSerial] exec-out screencap -p 2>/tmp/maa-assistant-arknights.log"
}