Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>狐狸按键大师New to Visual Studio Code? Get it now.
狐狸按键大师

狐狸按键大师

dbgtech

|
782 installs
| (0) | Free
狐狸按键大师vscode插件
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

狐狸按键大师

狐狸按键大师是一个手机脚本运行神器,主页点这里

安装和环境配置

  • 1.在手机上安装狐狸按键大师APP

  • 2.在电脑中安装VSCode,然后在VSCode中搜索安装狐狸按键大师插件

  • 3.在电脑中建立项目目录,如fc_test,然后在fc_test目录中新建一个脚本文件,如test1.js,并输入脚本内容:

"auto";

/* 下滑: 表示从位置(500, 10)滑动到位置(500, 1000), 持续两秒 */
swipe(500, 10, 500, 1200, 2000);
sleep(3000);
/* 上滑: 表示从位置(500, 10)滑动到位置(500, 1000), 持续两秒 */
swipe(5000, 1200, 500, 10, 2000);
  • 4.在fc_test目录中建立一个.vscode目录。如果无法建立,在目录名最后加一个点即可建立.vscode.

  • 5.在.vscode目录中建立一个launch.json文件,内容如下:

{
    "configurations": [
    {
        "type": "foxclick",
        "request": "launch",
        "name": "test1_main",
        "program": "${workspaceFolder}/test1.js",
        "stopOnEntry": true
    }	  
]
}
  • 6.在VSCode中点击File菜单,再点击Open Folder...,打开fc_test目录

使用

  • 1.在VSCode中按ctrl+shift+p ,启动按键大师调试服务

  • 2.在手机端狐狸按键大师APP中输入电脑IP,连接电脑

  • 3.在VSCode中点击Run的绿色三角按钮,或按F5键,脚本会被自动推送到手机上调试执行

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft