1
我是新來的節點WebKit和已托盤這樣節點Webkit的托盤上點擊帶來的窗口前
var gui = require('nw.gui');
var tray = new gui.Tray({ icon: 'images/Appicon.png' });
tray.on('click', function() { console.log("what goes in here?")});
當托盤圖標點擊我想如果要拉昇的窗口中創建它最小化並打開index.html。 現在我得到要打印的日誌語句。