diff --git a/README.md b/README.md
index afb0ad5..b8df620 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
HongShu v1.0
-基于SpringBoot+Vue前后端分离仿小红书项目
+基于 SpringBoot + Vue 前后端分离的仿小红书项目
@@ -16,9 +16,6 @@
* 本仓库为前端技术栈 [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)
-* 阿里云优惠券:[点我领取](https://www.aliyun.com/minisite/goods?source=5176.11533457&userCode=ojvsntx1)
-* 腾讯云优惠券:[点我领取](https://curl.qcloud.com/efTJbNyi)
-
## 前端运行
```bash
# 克隆项目
@@ -38,17 +35,6 @@ yarn dev
# 前端访问地址 http://localhost:81
```
-## 用户端内置功能
-1. 瀑布流展示笔记,懒加载笔记图片
-2. 笔记分类查询,使用elastcsearch做关键词搜索查询笔记
-3. 关键词使用elastcsearch做高亮查询
-4. 动态展示,展示个人和好友动态
-5. 支持私信聊天,关注用户,评论笔记,点赞笔记和点赞图片功能,收藏笔记功能
-6. 使用websocket消息通知,用户发送的消息会实时通知,消息页面会实时收到当前用户未读消息数量
-7. 双token登陆,使用redis做对象缓存
-8. 发布和修改笔记功能,使用七牛云oss对象存储图片
-9. 个人信息展示,展示当前用户发布的笔记和点赞收藏的笔记
-
## 管理端内置功能
1. 用户管理:用户是系统操作者,该功能主要完成系统用户配置。
2. 部门管理:配置系统组织机构(公司、部门、小组),树结构展现支持数据权限。
@@ -68,58 +54,91 @@ yarn dev
16. 在线构建器:拖动表单元素生成相应的HTML代码。
17. 连接池监视:监视当前系统数据库连接池状态,可进行分析SQL找出系统性能瓶颈。
-## 2.0版本实现中⚠️
-1. 添加移动端版本
-2. 重构实现 SpringCloud 微服务架构版本
+## 2.0版本实现功能
+1. 添加移动端
+2. 重构实现 SpringCloud 微服务架构
3. 加入商城购物功能
-4. 加入协同过滤算法优化首页推荐功能
+4. 加入推荐算法,优化内容推荐和用户推荐功能
5. 使用 MQ+Redis 优化点赞、收藏、浏览功能
+6. 支持七牛云、阿里、腾讯、Minio等多种oss对象存储方式
+7. 笔记内容支持视频和live图
-- 如有项目问题、部署问题可联系微信:coder_xiaomage
+#### ⚠️如有【项目问题】或【部署需求】可联系微信:coder_xiaomage
-## 在线体验
-* 因无服务器暂无体验地址,后续会采购演示服务器,也感谢小伙伴打赏支持❤️。
-
-
-
-* 文档及资料会暂时放到我的个人博客:[点我进入](https://mayongjian.cn)
+## 演示站(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)
+➡️ [点击查看](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
new file mode 100644
index 0000000..6ac58a5
Binary files /dev/null and b/src/assets/images/admin/admin-album.png differ
diff --git a/src/assets/images/category.png b/src/assets/images/admin/admin-category.png
similarity index 100%
rename from src/assets/images/category.png
rename to src/assets/images/admin/admin-category.png
diff --git a/src/assets/images/comment.png b/src/assets/images/admin/admin-comment.png
similarity index 100%
rename from src/assets/images/comment.png
rename to src/assets/images/admin/admin-comment.png
diff --git a/src/assets/images/data.png b/src/assets/images/admin/admin-data.png
similarity index 100%
rename from src/assets/images/data.png
rename to src/assets/images/admin/admin-data.png
diff --git a/src/assets/images/log.png b/src/assets/images/admin/admin-log.png
similarity index 100%
rename from src/assets/images/log.png
rename to src/assets/images/admin/admin-log.png
diff --git a/src/assets/images/admin-login.png b/src/assets/images/admin/admin-login.png
similarity index 100%
rename from src/assets/images/admin-login.png
rename to src/assets/images/admin/admin-login.png
diff --git a/src/assets/images/member.png b/src/assets/images/admin/admin-member.png
similarity index 100%
rename from src/assets/images/member.png
rename to src/assets/images/admin/admin-member.png
diff --git a/src/assets/images/note.png b/src/assets/images/admin/admin-note.png
similarity index 100%
rename from src/assets/images/note.png
rename to src/assets/images/admin/admin-note.png
diff --git a/src/assets/images/album.png b/src/assets/images/album.png
deleted file mode 100644
index be69588..0000000
Binary files a/src/assets/images/album.png and /dev/null differ
diff --git a/src/assets/images/app/app-follow.png b/src/assets/images/app/app-follow.png
new file mode 100644
index 0000000..ee6df12
Binary files /dev/null and b/src/assets/images/app/app-follow.png differ
diff --git a/src/assets/images/app/app-hot.png b/src/assets/images/app/app-hot.png
new file mode 100644
index 0000000..29025f6
Binary files /dev/null and b/src/assets/images/app/app-hot.png differ
diff --git a/src/assets/images/app/app-index.png b/src/assets/images/app/app-index.png
new file mode 100644
index 0000000..2cbc2bc
Binary files /dev/null and b/src/assets/images/app/app-index.png differ
diff --git a/src/assets/images/app/app-login.png b/src/assets/images/app/app-login.png
new file mode 100644
index 0000000..3052404
Binary files /dev/null and b/src/assets/images/app/app-login.png differ
diff --git a/src/assets/images/app/app-main.png b/src/assets/images/app/app-main.png
new file mode 100644
index 0000000..af9cec0
Binary files /dev/null and b/src/assets/images/app/app-main.png differ
diff --git a/src/assets/images/app/app-message.png b/src/assets/images/app/app-message.png
new file mode 100644
index 0000000..b84be7b
Binary files /dev/null and b/src/assets/images/app/app-message.png differ
diff --git a/src/assets/images/app/app-push.png b/src/assets/images/app/app-push.png
new file mode 100644
index 0000000..05b27b4
Binary files /dev/null and b/src/assets/images/app/app-push.png differ
diff --git a/src/assets/images/app/app-search.png b/src/assets/images/app/app-search.png
new file mode 100644
index 0000000..476d69c
Binary files /dev/null and b/src/assets/images/app/app-search.png differ
diff --git a/src/assets/images/app/app-trend.png b/src/assets/images/app/app-trend.png
new file mode 100644
index 0000000..ef9f737
Binary files /dev/null and b/src/assets/images/app/app-trend.png differ
diff --git a/src/assets/images/app/app-user.png b/src/assets/images/app/app-user.png
new file mode 100644
index 0000000..7f5a337
Binary files /dev/null and b/src/assets/images/app/app-user.png differ
diff --git a/src/assets/images/dark.svg b/src/assets/images/dark.svg
deleted file mode 100755
index f646bd7..0000000
--- a/src/assets/images/dark.svg
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/assets/images/light.svg b/src/assets/images/light.svg
deleted file mode 100755
index ab7cc08..0000000
--- a/src/assets/images/light.svg
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/assets/images/login-background.jpg b/src/assets/images/login-background.jpg
deleted file mode 100644
index f0487bf..0000000
Binary files a/src/assets/images/login-background.jpg and /dev/null differ
diff --git a/src/assets/images/profile.jpg b/src/assets/images/profile.jpg
deleted file mode 100644
index 9acf6f9..0000000
Binary files a/src/assets/images/profile.jpg and /dev/null differ
diff --git a/src/assets/images/pay.png b/src/assets/images/reward.png
similarity index 100%
rename from src/assets/images/pay.png
rename to src/assets/images/reward.png
diff --git a/src/assets/images/dashboard.png b/src/assets/images/web/web-dashboard.png
similarity index 100%
rename from src/assets/images/dashboard.png
rename to src/assets/images/web/web-dashboard.png
diff --git a/src/assets/images/follow.png b/src/assets/images/web/web-follow.png
similarity index 100%
rename from src/assets/images/follow.png
rename to src/assets/images/web/web-follow.png
diff --git a/src/assets/images/login.png b/src/assets/images/web/web-login.png
similarity index 100%
rename from src/assets/images/login.png
rename to src/assets/images/web/web-login.png
diff --git a/src/assets/images/message.png b/src/assets/images/web/web-message.png
similarity index 100%
rename from src/assets/images/message.png
rename to src/assets/images/web/web-message.png
diff --git a/src/assets/images/publish.png b/src/assets/images/web/web-publish.png
similarity index 100%
rename from src/assets/images/publish.png
rename to src/assets/images/web/web-publish.png
diff --git a/src/assets/images/search.png b/src/assets/images/web/web-search.png
similarity index 100%
rename from src/assets/images/search.png
rename to src/assets/images/web/web-search.png
diff --git a/src/assets/images/trends.png b/src/assets/images/web/web-trends.png
similarity index 100%
rename from src/assets/images/trends.png
rename to src/assets/images/web/web-trends.png
diff --git a/src/assets/images/user.png b/src/assets/images/web/web-user.png
similarity index 100%
rename from src/assets/images/user.png
rename to src/assets/images/web/web-user.png
diff --git a/src/assets/images/wx.png b/src/assets/images/wx.png
deleted file mode 100644
index 9cb3d3f..0000000
Binary files a/src/assets/images/wx.png and /dev/null differ