diff --git a/README.md b/README.md
index b8df620..ab8f052 100755
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
## 平台简介
-* 本仓库为前端技术栈 [Vue3](https://v3.cn.vuejs.org) + [Element Plus](https://element-plus.org/zh-CN) + [Vite](https://cn.vitejs.dev/) 版本。
+* 本仓库为红薯管理端:前端技术栈 [Vue3](https://v3.cn.vuejs.org) + [Element Plus](https://element-plus.org/zh-CN) + [Vite](https://cn.vitejs.dev/) 版本。
* 配套后端代码仓库地址 [HongShu](https://gitee.com/Maverick_Ma/hongshu.git)
## 前端运行
@@ -25,120 +25,12 @@ git clone https://gitee.com/Maverick_Ma/hongshu-admin.git
cd hongshu-admin
# 安装依赖
-yarn --registry=https://registry.npmmirror.com
+npm install
# 启动服务
-yarn dev
+npm run dev
-# 构建测试环境 yarn build:stage
-# 构建生产环境 yarn build:prod
+# 构建测试环境 npm build:stage
+# 构建生产环境 npm build:prod
# 前端访问地址 http://localhost:81
```
-
-## 管理端内置功能
-1. 用户管理:用户是系统操作者,该功能主要完成系统用户配置。
-2. 部门管理:配置系统组织机构(公司、部门、小组),树结构展现支持数据权限。
-3. 岗位管理:配置系统用户所属担任职务。
-4. 菜单管理:配置系统菜单,操作权限,按钮权限标识等。
-5. 角色管理:角色菜单权限分配、设置角色按机构进行数据范围权限划分。
-6. 字典管理:对系统中经常使用的一些较为固定的数据进行维护。
-7. 参数管理:对系统动态配置常用参数。
-8. 通知公告:系统通知公告信息发布维护。
-9. 操作日志:系统正常操作日志记录和查询;系统异常信息日志记录和查询。
-10. 登录日志:系统登录日志记录查询包含登录异常。
-11. 在线用户:当前系统中活跃用户状态监控。
-12. 定时任务:在线(添加、修改、删除)任务调度包含执行结果日志。
-13. 系统接口:根据业务代码自动生成相关的api接口文档。
-14. 服务监控:监视当前系统CPU、内存、磁盘、堆栈等相关信息。
-15. 缓存监控:对系统的缓存信息查询,命令统计等。
-16. 在线构建器:拖动表单元素生成相应的HTML代码。
-17. 连接池监视:监视当前系统数据库连接池状态,可进行分析SQL找出系统性能瓶颈。
-
-## 2.0版本实现功能
-1. 添加移动端
-2. 重构实现 SpringCloud 微服务架构
-3. 加入商城购物功能
-4. 加入推荐算法,优化内容推荐和用户推荐功能
-5. 使用 MQ+Redis 优化点赞、收藏、浏览功能
-6. 支持七牛云、阿里、腾讯、Minio等多种oss对象存储方式
-7. 笔记内容支持视频和live图
-
-#### ⚠️如有【项目问题】或【部署需求】可联系微信:coder_xiaomage
-
-## 演示站(2.0版)
-- web端 ➡️ [点我体验](http://47.95.205.22)
-- admin端 ➡️ [点我体验](http://47.95.205.22/admin/)
-- app端 ➡️ [点我体验](http://47.95.205.22/app/)
-- 文档及资料会暂时放到我的个人博客:[点我进入](https://mayongjian.cn)
-* 由于服务器资源有限,首次加载可能缓慢一些。
-* 同时为优化服务器也感谢小伙伴们打赏支持❤️。
-
-
-## 视频演示
-➡️ [点击查看](https://www.bilibili.com/video/BV1QP8dekEGq/?spm_id_from=333.999.list.card_archive.click&vd_source=ec9224821314432ac6e12dc7d500d74b)
-
-
-## 演示图
-### - web端:
-
-
-  |
-  |
-
-
-  |
-  |
-
-
-  |
-  |
-
-
-  |
-  |
-
-
-
-### - admin端:
-
-
-  |
-  |
-
-
-  |
-  |
-
-
-  |
-  |
-
-
-  |
-  |
-
-
-
-### - app端:
-
-
-  |
-  |
-
-
-  |
-  |
-
-
-  |
-  |
-
-
-  |
-  |
-
-
-  |
-  |
-
-
diff --git a/src/assets/images/admin/admin-album.png b/src/assets/images/admin/admin-album.png
deleted file mode 100755
index 6ac58a5..0000000
Binary files a/src/assets/images/admin/admin-album.png and /dev/null differ
diff --git a/src/assets/images/admin/admin-category.png b/src/assets/images/admin/admin-category.png
deleted file mode 100755
index ba2f10a..0000000
Binary files a/src/assets/images/admin/admin-category.png and /dev/null differ
diff --git a/src/assets/images/admin/admin-comment.png b/src/assets/images/admin/admin-comment.png
deleted file mode 100755
index 1229569..0000000
Binary files a/src/assets/images/admin/admin-comment.png and /dev/null differ
diff --git a/src/assets/images/admin/admin-data.png b/src/assets/images/admin/admin-data.png
deleted file mode 100755
index 97d3e31..0000000
Binary files a/src/assets/images/admin/admin-data.png and /dev/null differ
diff --git a/src/assets/images/admin/admin-log.png b/src/assets/images/admin/admin-log.png
deleted file mode 100755
index 1e5332b..0000000
Binary files a/src/assets/images/admin/admin-log.png and /dev/null differ
diff --git a/src/assets/images/admin/admin-login.png b/src/assets/images/admin/admin-login.png
deleted file mode 100755
index 6e9a125..0000000
Binary files a/src/assets/images/admin/admin-login.png and /dev/null differ
diff --git a/src/assets/images/admin/admin-member.png b/src/assets/images/admin/admin-member.png
deleted file mode 100755
index d319fca..0000000
Binary files a/src/assets/images/admin/admin-member.png and /dev/null differ
diff --git a/src/assets/images/admin/admin-note.png b/src/assets/images/admin/admin-note.png
deleted file mode 100755
index 9f38116..0000000
Binary files a/src/assets/images/admin/admin-note.png and /dev/null differ
diff --git a/src/assets/images/app/app-follow.png b/src/assets/images/app/app-follow.png
deleted file mode 100755
index ee6df12..0000000
Binary files a/src/assets/images/app/app-follow.png and /dev/null differ
diff --git a/src/assets/images/app/app-hot.png b/src/assets/images/app/app-hot.png
deleted file mode 100755
index 29025f6..0000000
Binary files a/src/assets/images/app/app-hot.png and /dev/null differ
diff --git a/src/assets/images/app/app-index.png b/src/assets/images/app/app-index.png
deleted file mode 100755
index 2cbc2bc..0000000
Binary files a/src/assets/images/app/app-index.png and /dev/null differ
diff --git a/src/assets/images/app/app-login.png b/src/assets/images/app/app-login.png
deleted file mode 100755
index 3052404..0000000
Binary files a/src/assets/images/app/app-login.png and /dev/null differ
diff --git a/src/assets/images/app/app-main.png b/src/assets/images/app/app-main.png
deleted file mode 100755
index af9cec0..0000000
Binary files a/src/assets/images/app/app-main.png and /dev/null differ
diff --git a/src/assets/images/app/app-message.png b/src/assets/images/app/app-message.png
deleted file mode 100755
index b84be7b..0000000
Binary files a/src/assets/images/app/app-message.png and /dev/null differ
diff --git a/src/assets/images/app/app-push.png b/src/assets/images/app/app-push.png
deleted file mode 100755
index 05b27b4..0000000
Binary files a/src/assets/images/app/app-push.png and /dev/null differ
diff --git a/src/assets/images/app/app-search.png b/src/assets/images/app/app-search.png
deleted file mode 100755
index 476d69c..0000000
Binary files a/src/assets/images/app/app-search.png and /dev/null differ
diff --git a/src/assets/images/app/app-trend.png b/src/assets/images/app/app-trend.png
deleted file mode 100755
index ef9f737..0000000
Binary files a/src/assets/images/app/app-trend.png and /dev/null differ
diff --git a/src/assets/images/app/app-user.png b/src/assets/images/app/app-user.png
deleted file mode 100755
index 7f5a337..0000000
Binary files a/src/assets/images/app/app-user.png and /dev/null differ
diff --git a/src/assets/images/reward.png b/src/assets/images/reward.png
deleted file mode 100755
index e8365a9..0000000
Binary files a/src/assets/images/reward.png and /dev/null differ
diff --git a/src/assets/images/web/web-dashboard.png b/src/assets/images/web/web-dashboard.png
deleted file mode 100755
index 843a5f2..0000000
Binary files a/src/assets/images/web/web-dashboard.png and /dev/null differ
diff --git a/src/assets/images/web/web-follow.png b/src/assets/images/web/web-follow.png
deleted file mode 100755
index 493664a..0000000
Binary files a/src/assets/images/web/web-follow.png and /dev/null differ
diff --git a/src/assets/images/web/web-login.png b/src/assets/images/web/web-login.png
deleted file mode 100755
index 9658946..0000000
Binary files a/src/assets/images/web/web-login.png and /dev/null differ
diff --git a/src/assets/images/web/web-message.png b/src/assets/images/web/web-message.png
deleted file mode 100755
index 7b2eddf..0000000
Binary files a/src/assets/images/web/web-message.png and /dev/null differ
diff --git a/src/assets/images/web/web-publish.png b/src/assets/images/web/web-publish.png
deleted file mode 100755
index 58bc473..0000000
Binary files a/src/assets/images/web/web-publish.png and /dev/null differ
diff --git a/src/assets/images/web/web-search.png b/src/assets/images/web/web-search.png
deleted file mode 100755
index d3f82f3..0000000
Binary files a/src/assets/images/web/web-search.png and /dev/null differ
diff --git a/src/assets/images/web/web-trends.png b/src/assets/images/web/web-trends.png
deleted file mode 100755
index 1f00608..0000000
Binary files a/src/assets/images/web/web-trends.png and /dev/null differ
diff --git a/src/assets/images/web/web-user.png b/src/assets/images/web/web-user.png
deleted file mode 100755
index aeaeb43..0000000
Binary files a/src/assets/images/web/web-user.png and /dev/null differ
diff --git a/src/components/CalendarChart/index.vue b/src/components/CalendarChart/index.vue
index a595a78..a3cb613 100644
--- a/src/components/CalendarChart/index.vue
+++ b/src/components/CalendarChart/index.vue
@@ -5,117 +5,130 @@
diff --git a/src/components/GithubCorner/index.vue b/src/components/GithubCorner/index.vue
index c694709..11656dd 100644
--- a/src/components/GithubCorner/index.vue
+++ b/src/components/GithubCorner/index.vue
@@ -1,6 +1,6 @@
\ No newline at end of file
+
diff --git a/src/components/RuoYi/Git/index.vue b/src/components/RuoYi/Git/index.vue
index b4459f3..05ed4f8 100755
--- a/src/components/RuoYi/Git/index.vue
+++ b/src/components/RuoYi/Git/index.vue
@@ -5,9 +5,9 @@
diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index 05e15af..84ea9df 100755
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -1,8 +1,21 @@
-
-
-
+
+
+