通知短信+运营短信,5秒速达,支持群发助手一键发送🚀高效触达和通知客户 广告
[TOC] [https://electronjs.org/docs/api/tray](https://electronjs.org/docs/api/tray) ## 案例 ### 托盘气球通知 ``` function shownotifi(){ const options={ title:"托盘气球通知...", content:'this is a content', }; tray.displayBalloon(options) } ```