[feat] up ee-bin & ee-core

This commit is contained in:
gaoshuaixing
2025-02-28 16:07:30 +08:00
parent f47ea0f4be
commit 26b9401c79
2 changed files with 6 additions and 6 deletions

View File

@@ -48,12 +48,12 @@ Whether you're a frontend developer, backend developer, operations engineer, gam
![](./public/images/example/v3-home.png)
## 📦 characteristic
1. 🍄 Cross - platform: One set of code can be packaged into Windows, Mac, Linux versions, as well as domestic versions like UOS, Deepin, and Kylin.
1. 🍄 Cross platform: One set of code can be packaged into Windows, Mac, Linux versions, as well as domestic versions like UOS, Deepin, and Kylin.
2. 🌹 Architecture: Single - business process / modular / multi - task (process, thread, rendering process), which simplifies the development of large - scale projects.
3. 🌱 Simple and efficient: Supports JavaScript (js) and TypeScript (ts).
4. 🌴 Independent front - end: Theoretically supports any front - end technology, such as Vue, React, HTML, etc.
5. 🍁 Engineering - oriented: Desktop software can be developed using the development concepts of front - end and back - end.
6. 🌷 High - performance: Event - driven, non - blocking I/O.
4. 🌴 Independent frontend: Theoretically supports any frontend technology, such as Vue, React, HTML, etc.
5. 🍁 Engineering oriented: Desktop software can be developed using the development concepts of frontend and backend.
6. 🌷 High performance: Event driven, non blocking I/O.
7. 🌰 Rich in functions: Configuration, communication, plugins, database, upgrade, packaging, tools... everything is available.
8. 💐 Secure: Supports bytecode encryption, compression, and obfuscation encryption.
9. 🌻 Function demos: Common functions of desktop software, with the framework integrating or providing demos.

View File

@@ -32,12 +32,12 @@
"@electron/rebuild": "^3.7.1",
"@types/node": "^20.16.0",
"debug": "^4.4.0",
"ee-bin": "^4.1.2",
"ee-bin": "^4.1.4",
"electron": "^31.7.6",
"electron-builder": "^25.1.8"
},
"dependencies": {
"ee-core": "^4.0.0",
"ee-core": "^4.0.1",
"electron-updater": "^6.3.8"
}
}