refactor: 将 RuoYi 标记替换为 HZHub

This commit is contained in:
2026-03-27 06:42:14 +00:00
parent 849adec937
commit f115a793a7
988 changed files with 4836 additions and 4590 deletions

View File

@@ -1,14 +1,14 @@
# RuoYi-AI 管理端
# HZHub-AI 管理端
<div align="center">
<img src="https://github.com/ageerle/ruoyi-ai/raw/main/docs/image/logo.png" alt="RuoYi AI Logo" width="120" height="120">
<img src="https://github.com/ageerle/hzhub-ai/raw/main/docs/image/logo.png" alt="HZHub AI Logo" width="120" height="120">
### 企业级AI助手平台 - 管理后台
*RuoYi-AI 的管理后台,提供系统管理、模型配置、知识库管理、流程编排等功能*
*HZHub-AI 的管理后台,提供系统管理、模型配置、知识库管理、流程编排等功能*
**[在线体验](https://admin.pandarobot.chat)** | **[后端服务](https://github.com/ageerle/ruoyi-ai)** | **[用户端](https://github.com/ageerle/ruoyi-web)**
**[在线体验](https://admin.pandarobot.chat)** | **[后端服务](https://github.com/ageerle/hzhub-ai)** | **[用户端](https://github.com/ageerle/hzhub-portal)**
</div>
@@ -28,8 +28,8 @@
```bash
# 克隆后端仓库
git clone https://github.com/ageerle/ruoyi-ai.git
cd ruoyi-ai
git clone https://github.com/ageerle/hzhub-ai.git
cd hzhub-ai
# 启动所有服务(从镜像仓库拉取预构建镜像)
docker-compose -f docker-compose-all.yaml up -d
@@ -47,7 +47,7 @@ docker-compose -f docker-compose-all.yaml up -d
```bash
# 进入后端项目目录
cd ruoyi-ai
cd hzhub-ai
# 启动后端服务(源码编译构建)
docker-compose up -d --build
@@ -60,7 +60,7 @@ docker-compose logs -f backend
```bash
# 进入管理端项目目录
cd ruoyi-admin
cd hzhub-admin
# 构建并启动管理端
docker-compose up -d --build
@@ -73,7 +73,7 @@ docker-compose up -d --build
```bash
# 进入用户端项目目录
cd ruoyi-web
cd hzhub-portal
# 构建并启动用户端
docker-compose up -d --build
@@ -107,9 +107,9 @@ crpi-31mraxd99y2gqdgr.cn-beijing.personal.cr.aliyuncs.com/ruoyi_ai
- `redis:6.2` - Redis 缓存
- `weaviate:1.30.0` - 向量数据库
- `minio:latest` - 对象存储
- `ruoyi-ai-backend:latest` - 后端服务
- `ruoyi-ai-admin:latest` - 管理端前端
- `ruoyi-ai-web:latest` - 用户端前端
- `hzhub-ai-backend:latest` - 后端服务
- `hzhub-ai-admin:latest` - 管理端前端
- `hzhub-ai-web:latest` - 用户端前端
## 本地开发
@@ -142,8 +142,8 @@ A: 一键启动使用预构建的镜像,部署速度快;分步部署从源
<div align="center">
**[⭐ 点个Star支持一下](https://github.com/ageerle/ruoyi-admin)** • **[Fork 开始贡献](https://github.com/ageerle/ruoyi-admin/fork)**
**[⭐ 点个Star支持一下](https://github.com/ageerle/hzhub-admin)** • **[Fork 开始贡献](https://github.com/ageerle/hzhub-admin/fork)**
*用 ❤️ 打造,由 RuoYi AI 开源社区维护*
*用 ❤️ 打造,由 HZHub AI 开源社区维护*
</div>