我用nodejs写
var exec = require('child_process').exec;
var pwd = 'osascript -e \'display notification "'+path.basename(des)+'" with title "'+ name + time +'"\''
exec(pwd, function (error, stdout, stderr) {
})
它来了喜欢
怎么可能
问题 :
如何更改左侧的图标显示?