diff --git a/QtScrcpy/server/server.cpp b/QtScrcpy/server/server.cpp index aefb812..7d2b809 100644 --- a/QtScrcpy/server/server.cpp +++ b/QtScrcpy/server/server.cpp @@ -148,6 +148,8 @@ bool Server::execute() args << (m_tunnelForward ? "true" : "false"); if (m_crop.isEmpty()) { args << "-"; + } else { + args << m_crop; } // adb -s P7C0218510000537 shell CLASSPATH=/data/local/tmp/scrcpy-server.jar app_process / com.genymobile.scrcpy.Server 0 8000000 false diff --git a/TODO.txt b/TODO.txt index ee7c1c3..0d36d82 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,6 +1,10 @@ server移除 +拖放 安装apk 推送文件 mp4录制 工具栏扩展(模拟点击指定次数等) 模拟点击改用手指(注意:辅助按键就都没了) -中文输入 \ No newline at end of file +中文输入 + + +最后更新 7764a836f1ee02a4540cfc4118c20729018daaac \ No newline at end of file diff --git a/third_party/scrcpy-server.jar b/third_party/scrcpy-server.jar index b7ae945..e16040c 100644 Binary files a/third_party/scrcpy-server.jar and b/third_party/scrcpy-server.jar differ