nw.js

Create window-like menu on OS X

[亡魂溺海] 提交于 2019-11-29 14:55:20
问题 I'd like to create a same sort of tray menu like this application. Because it is on the list of applications that use node-webkit/nw.js, I think it's possible. I have looked through all the documentation and couldn't find anything on how to achieve that. Searching Google also wasn't really fruitful. Maybe one of you guys has done this before and could send me in the right direction? 回答1: First you need to prevent app appear in taskbar { "name": "My App", "version": "1.0.0", "main": "app.html"