Bob8259
Bob8259
**Bug description** I am using Windows, and after running g4f.exe, I opened http://192.168.1.119:8080/chat/. I have tried multiple chatbots and providers, but only GPT-3.5-turbo worked, other models did not work. I...
Autox.js 版本:7.0.3 Autox.js 下载渠道:https://github.com/kkevsekk1/AutoX/releases Android 版本:Android 9 Android 机型:Ausu ROG 3(逍遥模拟器) Android 系统类别:逍遥模拟器 VSCODE 扩展版本 Auto.js-Autox.js-VSCodeExt (可选,如果是连接电脑的问题需要填): 问题描述:所有基于RootAutomator的操作都无效。但是反而Tap是有效的。我希望实现多点同时按下并移动的功能,swipe无法实现,只能使用RootAutomator。代码是直接从教程文档复制的,但是无效。 无效代码如下: var ra = new RootAutomator(); ra.press(212,280, 1); ra.touchDown(212,280, 1); ra.touchMove(293, 569,...