Ai大模型相关案例,AI
Electron v0.37.8 发布了,Electron跨平台桌面应用开发工具,基于 Web 技术。
主要改进如下:
- Disable node integration in webview when it is disabled in host page. #5244
- Make sure the
userDatadirectory is created during thereadyevent ofappmodule. #5340 - Throw error when
autoUpdater.quitAndInstall()is called while there is no update. #5287 - Add
systemPreferencesmodule. #5282 - Add
app.isDefaultProtocolClient(protocol)API. #5302 - Fix occasional crash when doing GC. #5293
- Fix
app.makeSingleInstance(callback)wrongly returningtrueon first launch. #5311 - Fix
will-downloadevent not emitted for HTML pages. #5315 - Fix crash when navigating to a new location after downloading failed. #5315
- Fix
webContents.executeJavaScriptnot working after being called immediately afterloadURL.#5319 - Fix
desktopCapturer.getSourcesnot responding when there is subsequent calls with different arguments. #5320
OS X
- Fix the
Command Plusaccelerator appearing asShift Command =in menu. #5298
Windows
- Fix
display-removedevent not working. #5334
更多平台相关改进,可参看下载链接。
下载地址:https://github.com/electron/electron/releases/tag/v0.37.8










