Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个完整的后台运行应用程序,它只显示在系统托盘中并且没有任何“窗口”。我尝试将“window”属性设置为false,但这不起作用。有什么方法可以使用 node-webkit 创建一个完全后台的守护程序样式的应用程序?
另外放置一个tray以真实反映后台应用程序:
tray
https://github.com/rogerwang/node-webkit/wiki/Tray
只需使用这个 package.json
{ "window": { "show": false } }