Electron v1.2.6 发布了,Electron.js 是 Github 发布跨平台桌面应用开发工具,基于 Web 技术。
本次发布改进如下:
Update to Chrome 51.0.2704.106. #6322
Improve performance for looking up paths in
require. #6213Add
webContents.startDrag(item)API. #6333Add
clipboard.readBookmark()andclipboard.writeBookmark(title, url)APIs. #6233Add
onlyDirtypararmeter towebContents.beginFrameSubscription([onlyDirty ,]callback)API. #6164Add
app.setBadgeCount(count)andapp.getBadgeCount()APIs. #6243 #6309Fix
did-fail-loadevent emitting for canceled requests. #6201Fix passing the same callback to main process for multiple times will make the callback stop working after the remote callback gets GCed in main process. #6218
Fix
Promisenot resolved in native handlers of the main process. #6220Fix exception when
package.jsonincludes BOM. #6354
Windows
Include
PDBfiles in releases. #6225Fix crash when loading non-exist
ICOfiles. #6220Fix
tray.popUpContextMenu(menu)not popUpping menu whenmenuis not passed. #6280
Linux
Add
app.isUnityRunning()API. #6243Fix
dialog.showOpenDialog()replacing extensions of filenames ending with.*.gz. #6305Fix
iconproperty ofBrowserWindownot working. #6323
下载地址:https://github.com/electron/electron/releases/tag/v1.2.6
引用来自“徐承恩”的评论
叮叮貌似就是用这个开发的引用来自“okoala”的评论
钉钉用的是node-webkit,要兼容低版本的操作系统。http://nwjs.io/
引用来自“徐承恩”的评论
叮叮貌似就是用这个开发的引用来自“okoala”的评论
钉钉用的是node-webkit,要兼容低版本的操作系统。引用来自“徐承恩”的评论
叮叮貌似就是用这个开发的