mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 03:52:07 +08:00
[release] 4.2.0
This commit is contained in:
@@ -37,7 +37,7 @@ Whether you're a frontend developer, backend developer, operations engineer, gam
|
||||
- 🍩 **Why use...?** Desktop software (in the areas of office work and personal tools) will remain one of the demands on the PC side in the next decade or so, and it can improve work efficiency.
|
||||
- 🍉 **simple:** support js、ts
|
||||
- 🍑 **vision:** All developers can learn to develop desktop software.
|
||||
- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **5600+**
|
||||
- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **5900+**
|
||||
- 🍨 **github:** https://github.com/dromara/electron-egg **2600+**
|
||||
- 🍰 **gitcode:** https://gitcode.com/dromara/electron-egg
|
||||
- 🏆 The Most Valuable Open - source Projects on Gitee
|
||||
|
||||
@@ -37,8 +37,8 @@
|
||||
- 🍩 **为什么使用?** 桌面软件(办公方向、 个人工具),仍然是未来十几年PC端需求之一,提高工作效率
|
||||
- 🍉 **简单:** 支持 js、ts
|
||||
- 🍑 **愿景:** 所有开发者都能学会桌面软件研发
|
||||
- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **5600+**
|
||||
- 🍨 **github:** https://github.com/dromara/electron-egg **2200+**
|
||||
- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **5900+**
|
||||
- 🍨 **github:** https://github.com/dromara/electron-egg **2500+**
|
||||
- 🍰 **gitcode:** https://gitcode.com/dromara/electron-egg
|
||||
- 🏆 码云最有价值开源项目
|
||||

|
||||
|
||||
14
package.json
14
package.json
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "ee",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"description": "A fast, desktop software development framework",
|
||||
"main": "public/electron/main.js",
|
||||
"main": "./public/electron/main.js",
|
||||
"scripts": {
|
||||
"dev": "ee-bin dev",
|
||||
"build": "npm run build-frontend && npm run build-electron && ee-bin encrypt",
|
||||
@@ -30,14 +30,14 @@
|
||||
"license": "Apache",
|
||||
"devDependencies": {
|
||||
"@electron/rebuild": "^3.7.1",
|
||||
"@types/node": "^20.16.0",
|
||||
"@types/node": "^22.19.1",
|
||||
"debug": "^4.4.0",
|
||||
"ee-bin": "^4.1.10",
|
||||
"electron": "^31.7.6",
|
||||
"electron-builder": "^25.1.8"
|
||||
"ee-bin": "^4.2.0",
|
||||
"electron": "^39.2.6",
|
||||
"electron-builder": "^26.3.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"ee-core": "^4.1.5",
|
||||
"electron-updater": "^6.3.8"
|
||||
"electron-updater": "^6.7.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user