chore: v4 demo

This commit is contained in:
gaoshuaixing
2025-01-13 18:51:09 +08:00
parent bc674c214c
commit 3333b4fc51
4 changed files with 9 additions and 10 deletions

View File

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

View File

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

View File

@@ -1 +0,0 @@
chrome应用商店ctx文件解压后放置在此目录中打包时会将资源加入安装包内。

View File

@@ -1,5 +1,5 @@
{
"name": "ee-next",
"name": "ee",
"version": "4.0.0",
"description": "A fast, desktop software development framework",
"main": "./public/electron/main.js",
@@ -47,7 +47,7 @@
"chokidar": "^4.0.3",
"cross-env": "^7.0.3",
"debug": "^4.4.0",
"ee-bin": "file:.yalc/ee-bin",
"ee-bin": "^4.0.0",
"electron": "^31.7.6",
"electron-builder": "^25.1.8",
"esbuild": "0.24.2",
@@ -57,7 +57,7 @@
"axios": "^1.7.9",
"better-sqlite3": "^11.7.0",
"dayjs": "^1.11.13",
"ee-core": "file:.yalc/ee-core",
"ee-core": "^4.0.0",
"electron-updater": "^6.3.8"
}
}