update readme

This commit is contained in:
杨红岩 2023-02-17 14:38:44 +08:00
parent 596fa15664
commit 57d1f38a49
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ Energy is a framework developed by Golang based on CEF(Chromium Embedded Framewo
### Characteristic
> - High performance: development environment is simple and the compilation speed is fast. Only the Go development environment and the CEF binary framework that Energy depends on are needed
> - development environment is simple and the compilation speed is fast. Only the Go development environment and the CEF binary framework that Energy depends on are needed
> - cross-platform: A set of code can be packaged into Windows, domestic UOS, Deepin, Kylin, MacOS, Linux
> - Language responsibilities
>> - Go: Go is only responsible for window creation, creation of various UI components, low-level system calls, and functions that JS cannot handle, such as file stream, security encryption, high-performance processing, etc., which can be developed as a pure backend

View File

@ -24,7 +24,7 @@
### 特性
> - 高性能: 开发环境简单,编译速度快,只需要Go开发环境和Energy依赖的CEF二进制框架
> - 开发环境简单,编译速度快,只需要Go开发环境和Energy依赖的CEF二进制框架
> - 跨平台: 一套代码可以打包成 Windows, 国产UOS、Deepin、Kylin, MacOS, Linux
> - 语言职责
>> - Go: Go只负责窗口创建、各种UI组件创建、系统低层调用和JS处理不了的功能如文件流、安全加密、高性能处理等等可作为纯后端开发