多个包

This commit is contained in:
gaoshuaixing
2023-07-11 14:40:31 +08:00
parent ea2b4e4fb1
commit 45e5057a98
100 changed files with 70 additions and 63 deletions

View File

@@ -1,66 +1,7 @@
### introduction
### electron-egg core package
Powerful electron third party module, offering **100+ API**
#### ee-core
[introduction](https://www.kaka996.com/pages/85c531/)
### ee-bin
[中文文档](https://www.kaka996.com/pages/85c531/)
### module list
#### addon
plug-in module
#### bin
Command line module.
#### config
Configuration Module
#### const
Define the universal constants used in the framework.
#### controller
Controller module
#### ee
EE module
#### electron
The electric function encapsulated by the framework will provide APIs in this module.
#### exception
Capture exception modules.
#### httpclient
HTTP client.
#### jobs
Jobs module.
#### loader
loader module
#### log
log module
#### message
Message module. Sending messages between the main process and child processes.
#### ps
Process tool class module.
#### services
services module
#### socket
Provide socket communication function.
#### storage
Storage module. Provide JSON database and sqlite database.
#### tools
Script module. Encrypt and move resources.
#### utils
Tool library module.
### ee-client

View File

66
ee-core/README.md Normal file
View File

@@ -0,0 +1,66 @@
### introduction
Powerful electron third party module, offering **100+ API**
[introduction](https://www.kaka996.com/pages/85c531/)
[中文文档](https://www.kaka996.com/pages/85c531/)
### module list
#### addon
plug-in module
#### bin
Command line module.
#### config
Configuration Module
#### const
Define the universal constants used in the framework.
#### controller
Controller module
#### ee
EE module
#### electron
The electric function encapsulated by the framework will provide APIs in this module.
#### exception
Capture exception modules.
#### httpclient
HTTP client.
#### jobs
Jobs module.
#### loader
loader module
#### log
log module
#### message
Message module. Sending messages between the main process and child processes.
#### ps
Process tool class module.
#### services
services module
#### socket
Provide socket communication function.
#### storage
Storage module. Provide JSON database and sqlite database.
#### tools
Script module. Encrypt and move resources.
#### utils
Tool library module.