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

![无标题](https://github.com/dromara/electron-egg/assets/59386561/fd9fd591-3b8a-4bd4-8a1b-fc01296879df) 涉及业务相关隐藏,亮线问题主要是水平一道线和竖直一道线

![image](https://github.com/dromara/electron-egg/assets/24653177/fa4288fc-9577-4478-87e0-ca7e2ecb3543) 显示空白 2024-04-07 17:16:25,077 INFO 9164 [addon:tray] load 2024-04-07 17:16:25,144 INFO 9164 [addon:security] load 2024-04-07 17:16:25,144 INFO 9164 [ee-core] Env: prod, Type: spa 2024-04-07 17:16:25,145 INFO 9164 [ee-core] App running...

是否考虑集成php,比如swoole的hyperf或者workerman的webman,php的GUI开发生态严重欠缺

设置win.setIgnoreMouseEvents(true, { forward: true }) 后 @mouseover="mouseOver" @mouseleave="mouseLeave" 事件失效

现在有测试环境和生产环境,在config.default.js 中配置 自动更新url,现在通过 cros-env 设置NODE_ENV=test/prod,判断环境变量来设置更新url,但是打包后打印日志发现项目启动时 main.js中获取该变量为undefined,程序启动后可以获取到变量但是全部都是prod。我看项目中有config.local.js和config.prod.js ,我应该怎么增加一个config.test.js,然后项目打包时使用config.test.js配置?

正常调试状态下是没有问题的,我的网络配置文件是在frontends-.env.development文件里 然后在常量里进行引用,例如: export default { // 版本号 version: appPackage.version, // API地址 apiUrl: import.meta.env.VITE_API_URL, // websocket地址 webscoketApi: import.meta.env.VITE_GLOB_WS_URL, ....................... 现在打成exe安装后,就读写不到env.development文件了,我在 electron 下的 config里,也尝试使用 dev.env.js prod.env.js配置,但都没有效果,exe访问接口依旧报错network error ,下面是我的项目结构:

我现在有两个前端 frontend1,frontend2,怎么实现 frontend1 点击菜单 跳转到frontend2的页面

事先看了gitee上的同一个问题的回答,已经重新使用npm安装了node_modules包括前端的。 环境:win11 前端:umi(react) ![image](https://github.com/user-attachments/assets/9e4eb625-62ea-4a5c-bb51-c60f139358a3)

请问用户在安装electron-egg打包的应用程序时,如何在用户的电脑将程序的安装路径添加到系统中? 或者有其他方式? 谢谢