From 4ce7cad7199ff9bf44cfcf7ba3df5f8c9effdac6 Mon Sep 17 00:00:00 2001
From: mayongjian <13864632865@163.com>
Date: Mon, 15 Dec 2025 12:56:47 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E7=BB=86README?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.gitignore | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
README.md | 61 ++++++++++++++++++++++++---------------------------
2 files changed, 92 insertions(+), 33 deletions(-)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c8f99ce
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,64 @@
+######################################################################
+# Build Tools
+
+.gradle
+/build/
+!gradle/wrapper/gradle-wrapper.jar
+
+target/
+!.mvn/wrapper/maven-wrapper.jar
+
+######################################################################
+# IDE
+
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### JRebel ###
+rebel.xml
+### NetBeans ###
+nbproject/private/
+build/*
+nbbuild/
+dist/
+nbdist/
+.nb-gradle/
+
+######################################################################
+# Others
+*.log
+*.xml.versionsBackup
+*.swp
+
+!*/build/*.java
+!*/build/*.html
+!*/build/*.xml
+
+# macOS
+.DS_Store
+
+# Windows
+Thumbs.db
+desktop.ini
+
+# 通用临时文件
+*.tmp
+*.bak
+*.orig
+
+# Docker / Compose
+*.tar
+*.gz
+docker-compose/*.log
+logs/
diff --git a/README.md b/README.md
index 86d7ca7..e69f047 100644
--- a/README.md
+++ b/README.md
@@ -39,12 +39,10 @@
### 📂 项目组成
-| 模块 | 模块说明 | 技术栈 | 项目地址 |
-|------|-------|--------|---------------------------------------------------------------------------------------------------------------|
-| **[HongShu](https://gitee.com/Maverick_Ma/hongshu)** | 后端服务代码(Java) | SpringBoot + SpringCloud | [gitee](https://gitee.com/Maverick_Ma/hongshu) 、 [github](https://github.com/Ma-YongJian/HongShu) |
-| **[HongShu-Web](https://gitee.com/Maverick_Ma/hongshu-web)** | Web端代码(Vue) | Vue3 + Element Plus + TypeScript | [gitee](https://gitee.com/Maverick_Ma/hongshu-web) 、 [github](https://github.com/Ma-YongJian/HongShu-Web) |
-| **[HongShu-Admin](https://gitee.com/Maverick_Ma/hongshu-admin)** | 管理端代码(Vue) | Vue3 + Arco Design + Vite | [gitee](https://gitee.com/Maverick_Ma/hongshu-admin) 、 [github](https://github.com/Ma-YongJian/HongShu-Admin) |
-| **[HongShu-App](https://gitee.com/Maverick_Ma/hongshu-app)** | 移动端Uniapp代码 | Uniapp + Vue3(支持App/小程序/H5) | [gitee](https://gitee.com/Maverick_Ma/hongshu-app) 、 [github](https://github.com/Ma-YongJian/HongShu-App) |
+| 模块 | 模块说明 | 技术栈 | 项目地址 |
+|------------------------------------------------------------------|------------------|------------------------------------------------|---------------------------------------------------------------------------------------------------------------|
+| **[HongShu](https://gitee.com/Maverick_Ma/hongshu)** | 后端服务代码(Java) | SpringBoot、SpringCloud | [gitee](https://gitee.com/Maverick_Ma/hongshu) 、 [github](https://github.com/Ma-YongJian/HongShu) |
+| **[HongShu-Ui](https://gitee.com/Maverick_Ma/hongshu-ui)** | 前端代码(Vue、Uniapp) | Vue3、Element Plus、TypeScript、Uniapp | [gitee](https://gitee.com/Maverick_Ma/hongshu-ui) 、 [github](https://github.com/Ma-YongJian/HongShu-Ui) |
### 🏗️ 技术选型
@@ -164,12 +162,19 @@
v5.0(Pro版)- 微信相关功能开发中
+v5.0(Pro版)
- ✅ 移动端支持大模型对话
- ✅ 微信一键登录
- ✅ 微信支付
-- ✅ 支持微信分享对话、朋友圈
+- ✅ 支持微信分享(对话、朋友圈)
+
+v6.0(Pro版)
+
+- 使用ruoyi-plus重构单体版/微服务版
| 移动端体验最佳 | ⭐⭐⭐⭐⭐ |
-| **微信小程序** | 体验版
| 小程序生态 | ⭐⭐⭐⭐⭐ |
+| 端类型 | 访问方式 | 功能说明 |
+|---------------|-------------------------------------------------------------------------------------|----------------|
+| **Web端(响应式)** | [👉 点击查看(电脑)](https://hongshu.website/) | 完整功能,PC体验最佳 |
+| **Arco管理端** | [👉 点击查看(电脑)](https://hongshu.website/arco-admin/) | 现代化管理界面,PC体验最佳 |
+| **移动端(H5)** | [👉 点击查看](https://hongshu.website/app/) 或 扫码体验
| 移动端体验最佳 |
+| **微信小程序** | 体验版
| 小程序生态 |
---
@@ -207,17 +211,6 @@
-
-- 技术问题解答
-- 学习资料分享
-- 项目更新通知
-- 优先内测资格
-
-
@@ -232,7 +225,7 @@
#### 💖 打赏支持
-**您的支持是我前进的动力!**
+( ps: 小伙伴赞赏的时候可以备注一下下~)
- 升级服务器配置
- 持续功能开发
- 提升访问速度
@@ -340,11 +333,13 @@
## 🙏 致谢
-
-- [若依 RuoYi](https://gitee.com/y_project/RuoYi)
-- [蘑菇博客](https://gitee.com/moxi159753/mogu_blog_v2)
-- [RuoYi-ArcoDesignVue](https://gitee.com/renneseme/ruoyi-arco-design-vue)
-- [xiaozhao 仿小红书前端](https://gitee.com/xzjsccz/xiaohongshu)
-- [Chat MASTER](https://gitee.com/panday94/chat-master)
+**小蓝书** 项目参考了很多开源项目的解决方案,开源不易,感谢分享
+
+- 感谢 **若依** 提供的RuoYi项目:[RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue) 、 [RuoYi-Cloud](https://gitee.com/y_project/RuoYi-Cloud)
+- 感谢 **dromara** 提供的RuoYi-plus项目:[RuoYi-Vue-Plus](https://gitee.com/dromara/RuoYi-Vue-Plus) 、 [RuoYi-Cloud-Plus](https://gitee.com/dromara/RuoYi-Cloud-Plus)
+- 感谢 **陌溪** 提供的博客项目:[蘑菇博客](https://gitee.com/moxi159753/mogu_blog_v2)
+- 感谢 **xiaozhao** 提供的:[仿小红书前端](https://gitee.com/xzjsccz/xiaohongshu) 、 [yanhuo后端](https://gitee.com/xzjsccz/yanhuo-springboot-vue)
+- 感谢 **panday** 提供的:[Chat MASTER](https://gitee.com/panday94/chat-master)
+- 感谢 **belief-team** 提供的:[AJ-Captcha](https://gitee.com/belief-team/captcha)
-
感谢 [七牛云](https://portal.qiniu.com/signup?utm_source=kaiyuan&utm_media=mogu) 提供的免费云存储和CDN服务
-