NetEase AirTestIDE1.2.17 Overwrite. For learning only.
拓展网易的AirTestIDE1.2.17功能,仅供学习使用
1.tippyjs https://github.com/atomiks/tippyjs
2.jQuery-contextMenu https://github.com/swisnl/jQuery-contextMenu
3.codemirror https://github.com/codemirror/dev/
4.qtwebengine https://github.com/qt/qtwebengine
5.PyQt5 https://www.riverbankcomputing.com/software/pyqt/
- 打开qtwebengine的调试端口 https://blog.csdn.net/weixin_32895669/article/details/120856160
- 使用谷歌devtool链接 chrome://inspect/
- 成功可以直接断点调试对应窗口
![]()
- 添加代码窗口键入支持,游戏内开启WebSocketServer,默认端口9321,开启ide后代码窗口自动连接游戏内服务器
- 后续根据自己项目需求使用poco的需求写对应的操作转代码的逻辑
![]()