mirror of
https://github.com/wallace5303/ee-core.git
synced 2026-04-05 07:29:04 +08:00
多个包
This commit is contained in:
67
README.md
67
README.md
@@ -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
|
||||
0
.gitignore → ee-core/.gitignore
vendored
0
.gitignore → ee-core/.gitignore
vendored
66
ee-core/README.md
Normal file
66
ee-core/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user