mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 11:52:07 +08:00
chore: v4 demo
This commit is contained in:
@@ -33,10 +33,10 @@
|
|||||||
|
|
||||||
## 📺 特点
|
## 📺 特点
|
||||||
- 🍩 **为什么使用?** 桌面软件(办公方向、 个人工具),仍然是未来十几年PC端需求之一,提高工作效率
|
- 🍩 **为什么使用?** 桌面软件(办公方向、 个人工具),仍然是未来十几年PC端需求之一,提高工作效率
|
||||||
- 🍉 **简单:** 只需懂 JavaScript
|
- 🍉 **简单:** 支持 js、ts
|
||||||
- 🍑 **愿景:** 所有开发者都能学会桌面软件研发
|
- 🍑 **愿景:** 所有开发者都能学会桌面软件研发
|
||||||
- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **5100+**
|
- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **5200+**
|
||||||
- 🍨 **github:** https://github.com/dromara/electron-egg **1800+**
|
- 🍨 **github:** https://github.com/dromara/electron-egg **1900+**
|
||||||
- 🏆 码云最有价值开源项目
|
- 🏆 码云最有价值开源项目
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@@ -33,10 +33,10 @@
|
|||||||
|
|
||||||
## 📺 特点
|
## 📺 特点
|
||||||
- 🍩 **为什么使用?** 桌面软件(办公方向、 个人工具),仍然是未来十几年PC端需求之一,提高工作效率
|
- 🍩 **为什么使用?** 桌面软件(办公方向、 个人工具),仍然是未来十几年PC端需求之一,提高工作效率
|
||||||
- 🍉 **简单:** 只需懂 JavaScript
|
- 🍉 **简单:** 支持 js、ts
|
||||||
- 🍑 **愿景:** 所有开发者都能学会桌面软件研发
|
- 🍑 **愿景:** 所有开发者都能学会桌面软件研发
|
||||||
- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **5100+**
|
- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **5200+**
|
||||||
- 🍨 **github:** https://github.com/dromara/electron-egg **1800+**
|
- 🍨 **github:** https://github.com/dromara/electron-egg **1900+**
|
||||||
- 🏆 码云最有价值开源项目
|
- 🏆 码云最有价值开源项目
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
chrome应用商店ctx文件,解压后,放置在此目录中,打包时会将资源加入安装包内。
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "ee-next",
|
"name": "ee",
|
||||||
"version": "4.0.0",
|
"version": "4.0.0",
|
||||||
"description": "A fast, desktop software development framework",
|
"description": "A fast, desktop software development framework",
|
||||||
"main": "./public/electron/main.js",
|
"main": "./public/electron/main.js",
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
"chokidar": "^4.0.3",
|
"chokidar": "^4.0.3",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"debug": "^4.4.0",
|
"debug": "^4.4.0",
|
||||||
"ee-bin": "file:.yalc/ee-bin",
|
"ee-bin": "^4.0.0",
|
||||||
"electron": "^31.7.6",
|
"electron": "^31.7.6",
|
||||||
"electron-builder": "^25.1.8",
|
"electron-builder": "^25.1.8",
|
||||||
"esbuild": "0.24.2",
|
"esbuild": "0.24.2",
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
"axios": "^1.7.9",
|
"axios": "^1.7.9",
|
||||||
"better-sqlite3": "^11.7.0",
|
"better-sqlite3": "^11.7.0",
|
||||||
"dayjs": "^1.11.13",
|
"dayjs": "^1.11.13",
|
||||||
"ee-core": "file:.yalc/ee-core",
|
"ee-core": "^4.0.0",
|
||||||
"electron-updater": "^6.3.8"
|
"electron-updater": "^6.3.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user