diff --git a/README.md b/README.md
index 5f95b69..ebdb8d9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
# electron-egg
[](https://gitee.com/wallace5303/electron-egg/stargazers)
+
+

+
+
一个入门简单、快速高效、功能丰富的JS跨平台桌面软件开发框架。
- 为什么使用?桌面软件(办公方向、 个人工具),仍然是未来十几年PC端需求之一,提高工作效率
@@ -8,7 +12,7 @@
- gitee:https://gitee.com/wallace5303/electron-egg
- github:https://github.com/wallace5303/electron-egg
- 🏆 码云最有价值开源项目
- 
+ 
## 文档
- [教程文档](https://www.yuque.com/u34495/mivcfg/xnhmms)
diff --git a/app/public/img/logo.18776b4e.png b/app/public/img/logo.18776b4e.png
new file mode 100644
index 0000000..95dc60b
Binary files /dev/null and b/app/public/img/logo.18776b4e.png differ
diff --git a/app/public/index.html b/app/public/index.html
index 6e49563..2a841ab 100644
--- a/app/public/index.html
+++ b/app/public/index.html
@@ -4,4 +4,4 @@
::-webkit-scrollbar-track{background:0 0}
::-webkit-scrollbar-thumb{background:#E6FFEE;-webkit-transition:.3s;transition:.3s}
::-webkit-scrollbar-thumb:hover{background-color:#07C160}
- ::-webkit-scrollbar-thumb:active{background-color:#E6FFEE}