electron-egg icon indicating copy to clipboard operation
electron-egg copied to clipboard

A simple, cross platform, enterprise desktop software development framework

Results 52 electron-egg issues
Sort by recently updated
recently updated
newest added

prod环境,egg发现端口已被占用后会使用新的动态端口,那么代码有提供怎么获取当前端口的api吗?或者有什么办法能知道当前端口?

electron升级到新版本29.1.5,打包报错,是不能升级吗? ![image](https://github.com/dromara/electron-egg/assets/23207794/7021922c-bed5-4516-ba13-c886c32fcfa5) npm run build-w: ![image](https://github.com/dromara/electron-egg/assets/23207794/a7f26547-ae4b-4856-8491-fe683a7d66ce)

本地编译各种都正常,fontend中的dist资源也移动了,最后npm run dev如下也正常: > [email protected] dev > ee-bin dev [ee-bin] [dev] Run [dev frontend] command [ee-bin] [dev] config: {"directory":"./frontend","cmd":"npm","args":["run","dev"],"protocol":"http://","hostname":"localhost","port":8080,"indexPath":"index.html"} [ee-bin] [dev] The [dev frontend] command is running [ee-bin] [dev] Run...

没有TS项目模板吗

installer.nsh 脚本配置: `VIAddVersionKey "CompanyName" "QianluTeam"` 奇怪的是,安装包和卸载程序的文件属性都是对的,就是启动程序exe的文件属性不对 ![image](https://github.com/dromara/electron-egg/assets/4746309/a51d9428-5944-4a03-b22c-d058f7f8283b)

const { width, height } = screen.getPrimaryDisplay().workAreaSize; const barHeight = screen.getPrimaryDisplay().workArea.y; const newWidth = Math.round(width * (4 / 5)); const newHeight = Math.round(newWidth * (9 / 16)) + barHeight; const...

增量更新可以集成下吗

![image](https://github.com/dromara/electron-egg/assets/26182072/97b6e764-5ba7-4335-babb-8fd4f528d0d5) electron创建的项目my-electron-app,播放器dplayer,播放后缀名Mov的视频,编码格式H.265可以正常播放,前提条件是electron22.x及以上版本,低于这个版本播放黑屏。浏览器环境播放也是正常。 同样的版本,我再这个electron-egg框架里面播放黑屏。

Access-Control-Allow-Origin: * Connection: keep-alive Content-Length: 98 Content-Type: application/json; charset=utf-8 Date: Sat, 25 Nov 2023 15:53:51 GMT Keep-Alive: timeout=5 Vary: Origin Accept: */* Accept-Encoding: identity Accept-Language: zh-CN 我想附加2个字段信息 Content-Range Access-Control-Expose-Headers: