随笔分类 -  electron篇

摘要:在项目中和在全局中使用`npm install electron -g` 阅读全文
posted @ 2023-06-19 10:04 卿六 阅读(134) 评论(0) 推荐(0) 编辑
摘要:electron关闭页面隐藏到托盘 使用electron的Tray模块。该模块可以添加图标和上下文菜单到系统通知区。 下面是主要代码: import { Menu, Tray} = require('electron'); let win; function createMainWindow() { 阅读全文
posted @ 2023-05-04 18:34 卿六 阅读(97) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示