
Electron
文章平均质量分 81
灿飞屋
Can Fly Electronic Information Technology
展开
-
Node.js全栈体系(新版)
#mermaid-svg-YuRU4FKxGRAnP2Dl .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);fill:#333;color:#333}#mermaid-svg-YuRU4FKxGRAnP2Dl .label text{fill:#333}#mermaid-svg-YuRU4FKxGRAnP2Dl .node rect,#mermaid-svg-YuRU4FKxGR原创 2021-11-25 16:49:33 · 1331 阅读 · 0 评论 -
Electron通信
Electron MainElectron Renderer1Electron Renderer2ipcRenderer.send('ping')ipcMain.on('ping',({sender}) =>sender.send('pong'))win.webContents.send('pong')ipcRenderer.once('pong')win.webContents.send(...原创 2018-10-16 18:24:38 · 608 阅读 · 0 评论 -
录制工具说明
菜单栏/自动升级adb.js通过adb向手机推送基础服务包lib.js管理appium服务trackDevices.js检测设备录制/回放任务管理屏幕及操作同步设备管理/脚本管理/应用管理UI树传输脚本录制传输electronmain.js设备appiumminicap/miniTouchjobs设备窗口主窗口 ...原创 2019-09-03 14:07:59 · 247 阅读 · 0 评论