diff --git a/.gitignore b/.gitignore
index 2c98a55..46f8619 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ run/
package-lock.json
data/
.vscode/launch.json
+public/electron/
diff --git a/README.md b/README.md
index 2374573..e0d665f 100644
--- a/README.md
+++ b/README.md
@@ -1,80 +1,85 @@
-# EE框架2.0
+# electron-egg framework 2.0
[](https://gitee.com/wallace5303/electron-egg/stargazers)
-一个入门简单、跨平台的桌面软件开发框架。
+
+
A simple, cross-platform, enterprise-level desktop software development framework
+
+
-❤️ 请帮忙点个⭐️star⭐️ 非常感谢!!!❤️
+## 🌏 [English](https://www.yuque.com/u34495/ee-doc) | [中文](https://www.yuque.com/u34495/ee-doc)
-- 🍩 为什么使用?桌面软件(办公方向、 个人工具),仍然是未来十几年PC端需求之一,提高工作效率
-- 🍉 简单:只需懂 JavaScript
-- 🍑 愿景:所有开发者都能学会桌面软件研发
-- 🍰 gitee:https://gitee.com/wallace5303/electron-egg
-- 🍨 github:https://github.com/wallace5303/electron-egg
-- 🏆 码云最有价值开源项目
+## 📋 Introduction
+- 🍩 **Why?** desktop software ( office direction , personal tools ), still Yes PC in the next ten years one of the requirements is to improve work efficiency
+- 🍉 **Simple:** just understand JavaScript
+- 🍑 **Vision:** all developers can learn how to develop desktop software
+- 🍰 **Gitee:** https://gitee.com/wallace5303/electron-egg
+- 🍨 **Github:** https://github.com/wallace5303/electron-egg
+- 🏆 most valuable open source project

-## 📚 文档
-- [教程文档](https://www.yuque.com/u34495/mivcfg)
+## ❤️ Support
+### if it is useful to you, please help me order one⭐️, support developers, thank you very much
-## 📦 特性
-1. 🍄 跨平台:一套代码,可以打包成windows版、Mac版、Linux版
-2. 🌰 简单高效:只需学习 js 语言,同时支持vue、react、html等前端技术
-3. 🌱 前端独立:理论上支持任何前端技术,编写出精美的UI效果
-4. 🌴 工程化:可以用服务端的开发思维,来编写桌面软件
-5. 🍁 高性能:事件驱动、非阻塞式IO
-6. 🌷 功能丰富:前端、服务端的技术场景等
-7. 💐 功能demo:桌面软件常见功能,后续逐步集成或提供demo
-8. 🌻 更多功能请看文档
+## 📚 Document
+- [Tutorial document](https://www.yuque.com/u34495/ee-doc)
-## ✈️ 使用场景
+## 📦 Features
+1. 🍄 **Cross platform:** a set of code that can be packaged into windows, Mac, and Linux.
+2. 🌹 **Simple and efficient:** you only need to learn the js language and support front-end technologies such as vue, react, and html.
+3. 🌱 **Frontend independence:** theoretically supports any front-end technology to write exquisite UI effects.
+4. 🌴 **Engineering:** you can use the development thinking of the server to write desktop software.
+5. 🍁 **High performance:** Event-driven, non-blocking I/O.
+6. 🌷 **Features:** Front-end and server-side technical scenarios.
+7. 🌰 **Security:** supports bytecode encryption and compression obfuscation encryption.
+7. 💐 **Demo:** common functions of desktop software, which will be gradually integrated or provided in the future.
-### 1. 🚀 常规桌面软件
-- 🚖 windows平台
+## ✈️ Usage scenario
+
+### 1. 🚀 General desktop software
+- 🚖 windows

-- 🚍 macOS平台
+- 🚍 macOS

-- 🚔 linux平台 (ubuntu)
+- 🚔 linux (ubuntu)

-### 🚐 2. vue、react、angular、web 转换成桌面软件
-- 🚙 vue-ant-design(本地)
+### 🚐 2. Convert vue, react, angular, and web into desktop software
+- 🚙 vue-ant-design(local)

-- 🚙 禅道项目管理(web项目地址)
+- 🚙 ZenTao(web)

-### 🚂 3. 游戏(h5相关技术开发)
-- 🚊 忍者100层
+### 🚂 3. Games (h5 related technology development)
+- 🚊 ninja layer 100

-## 📒 开始使用
+## 📒 Getting Started
-- ✒️ [安装文档](https://www.yuque.com/u34495/mivcfg/ltgte9)
+- ✒️ [Installation documentation](https://www.yuque.com/u34495/ee-doc/ltgte9)
-## 🐶 项目案例
-- 🐸 英雄联盟助手
+## 🐶 Project case
+- 🐸 LOL assistant

-- [更多项目](https://www.yuque.com/u34495/mivcfg/ep4otg)
-- 免费服务,如果你想展示项目,请联系我(530353222)该案例文档是有一定流量的奥😄
+- [more](https://www.yuque.com/u34495/ee-doc/ep4otg)
+- if you want to show the project, please contact me (qq: 530353222) this case document has certain traffic
-## 💬 交流
-1. [讨论](https://www.yuque.com/u34495/mivcfg/gg691g)
+## 💬 discussion
+1. [discussion](https://www.yuque.com/u34495/ee-doc/gg691g)
-## 📌 关于pr
-请前往[GitHub项目](https://github.com/wallace5303/electron-egg)提pr(避免代码同步后,pr被覆盖掉),感谢!
-
-地址:https://github.com/wallace5303/electron-egg
+## 🌐 core package ee-core
+ee-core:[https://github.com/wallace5303/ee-core](https://github.com/wallace5303/ee-core)
diff --git a/README.zh-CN.md b/README.zh-CN.md
new file mode 100644
index 0000000..4e6655f
--- /dev/null
+++ b/README.zh-CN.md
@@ -0,0 +1,91 @@
+# EE框架2.0
+[](https://gitee.com/wallace5303/electron-egg/stargazers)
+
+
+

+
+
+
+
一个入门简单、跨平台的企业级桌面软件开发框架
+
+
+
+- 🍩 为什么使用?桌面软件(办公方向、 个人工具),仍然是未来十几年PC端需求之一,提高工作效率
+- 🍉 简单:只需懂 JavaScript
+- 🍑 愿景:所有开发者都能学会桌面软件研发
+- 🍰 gitee:https://gitee.com/wallace5303/electron-egg
+- 🍨 github:https://github.com/wallace5303/electron-egg
+- 🏆 码云最有价值开源项目
+ 
+
+## ❤️支持
+### 如果对您有用的话,请帮忙点个⭐️,支持一下开发者,非常感谢
+
+## 📚 文档
+- [教程文档](https://www.yuque.com/u34495/mivcfg)
+
+## 📦 特性
+1. 🍄 跨平台:一套代码,可以打包成windows版、Mac版、Linux版
+2. 🌹 简单高效:只需学习 js 语言,同时支持vue、react、html等前端技术
+3. 🌱 前端独立:理论上支持任何前端技术,编写出精美的UI效果
+4. 🌴 工程化:可以用服务端的开发思维,来编写桌面软件
+5. 🍁 高性能:事件驱动、非阻塞式IO
+6. 🌷 功能丰富:前端、服务端的技术场景等
+7. 🌰 安全:支持字节码加密、压缩混淆加密
+7. 💐 功能demo:桌面软件常见功能,后续逐步集成或提供demo
+8. 🌻 更多功能请看文档
+
+## ✈️ 使用场景
+
+### 1. 🚀 常规桌面软件
+- 🚖 windows平台
+
+ 
+
+- 🚍 macOS平台
+ 
+
+- 🚔 linux平台 (ubuntu)
+ 
+
+### 🚐 2. vue、react、angular、web 转换成桌面软件
+- 🚙 vue-ant-design(本地)
+
+ 
+
+- 🚙 禅道项目管理(web项目地址)
+
+ 
+
+### 🚂 3. 游戏(h5相关技术开发)
+- 🚊 忍者100层
+
+ 
+
+
+## 📒 开始使用
+
+- ✒️ [安装文档](https://www.yuque.com/u34495/mivcfg/ltgte9)
+
+## 🐶 项目案例
+- 🐸 英雄联盟助手
+ 
+- [更多项目](https://www.yuque.com/u34495/mivcfg/ep4otg)
+- 免费服务,如果你想展示项目,请联系我(530353222)该案例文档是有一定流量的奥😄
+
+## 💬 交流
+1. [讨论](https://www.yuque.com/u34495/mivcfg/gg691g)
+
+## 📌 关于pr
+请前往[GitHub项目](https://github.com/wallace5303/electron-egg)提pr(避免代码同步后,pr被覆盖掉),感谢!
+
+地址:https://github.com/wallace5303/electron-egg
+
+## 🌐 框架核心包 ee-core
+ee-core:[https://github.com/wallace5303/ee-core](https://github.com/wallace5303/ee-core)
+
+欢迎参与贡献
+
+
+
+
diff --git a/package.json b/package.json
old mode 100755
new mode 100644
diff --git a/public/electron/config/config.default.jsc b/public/electron/config/config.default.jsc
deleted file mode 100644
index 3a0fbd8..0000000
Binary files a/public/electron/config/config.default.jsc and /dev/null differ
diff --git a/public/electron/config/config.local.jsc b/public/electron/config/config.local.jsc
deleted file mode 100644
index 7f9a1b0..0000000
Binary files a/public/electron/config/config.local.jsc and /dev/null differ
diff --git a/public/electron/config/config.prod.jsc b/public/electron/config/config.prod.jsc
deleted file mode 100644
index 11eb145..0000000
Binary files a/public/electron/config/config.prod.jsc and /dev/null differ
diff --git a/public/electron/controller/example.jsc b/public/electron/controller/example.jsc
deleted file mode 100644
index 3f1287a..0000000
Binary files a/public/electron/controller/example.jsc and /dev/null differ
diff --git a/public/electron/library/autoLaunch.jsc b/public/electron/library/autoLaunch.jsc
deleted file mode 100644
index e8e4b8b..0000000
Binary files a/public/electron/library/autoLaunch.jsc and /dev/null differ
diff --git a/public/electron/library/autoUpdater.jsc b/public/electron/library/autoUpdater.jsc
deleted file mode 100644
index d30a010..0000000
Binary files a/public/electron/library/autoUpdater.jsc and /dev/null differ
diff --git a/public/electron/library/awaken.jsc b/public/electron/library/awaken.jsc
deleted file mode 100644
index dbeba61..0000000
Binary files a/public/electron/library/awaken.jsc and /dev/null differ
diff --git a/public/electron/library/chromeExtension.jsc b/public/electron/library/chromeExtension.jsc
deleted file mode 100644
index 3edb136..0000000
Binary files a/public/electron/library/chromeExtension.jsc and /dev/null differ
diff --git a/public/electron/library/security.jsc b/public/electron/library/security.jsc
deleted file mode 100644
index 348a010..0000000
Binary files a/public/electron/library/security.jsc and /dev/null differ
diff --git a/public/electron/library/tray.jsc b/public/electron/library/tray.jsc
deleted file mode 100644
index e077d47..0000000
Binary files a/public/electron/library/tray.jsc and /dev/null differ
diff --git a/public/electron/preload/index.jsc b/public/electron/preload/index.jsc
deleted file mode 100644
index 240050a..0000000
Binary files a/public/electron/preload/index.jsc and /dev/null differ
diff --git a/public/electron/service/example.jsc b/public/electron/service/example.jsc
deleted file mode 100644
index 6d02742..0000000
Binary files a/public/electron/service/example.jsc and /dev/null differ
diff --git a/public/electron/service/storage.jsc b/public/electron/service/storage.jsc
deleted file mode 100644
index 9e9b3ab..0000000
Binary files a/public/electron/service/storage.jsc and /dev/null differ