From d683c5866a41b91fdc9d491647771dade5a6f289 Mon Sep 17 00:00:00 2001 From: zhinianboke <115088296+zhinianboke@users.noreply.github.com> Date: Thu, 24 Jul 2025 14:23:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改说明文档 --- README.md | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 67 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 745de5a..9d0f774 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,46 @@ ## 🚀 快速开始 -### 方式一:Docker 部署(推荐) +> 💡 **推荐使用Docker镜像部署,无需配置环境,一键启动!** + +### 🐳 方式一:Docker 镜像部署(推荐) + +**使用预构建的Docker镜像,一键启动:** + +```bash +docker run -d -p 8080:8080 --name xianyu-auto-reply --privileged=true registry.cn-shanghai.aliyuncs.com/zhinian-software/xianyu-auto-reply:1.0 +``` + +**特点:** +- ✅ **零配置**:无需安装Python环境和依赖 +- ✅ **即开即用**:一条命令启动完整系统 +- ✅ **稳定可靠**:经过测试的稳定版本 +- ✅ **自动更新**:支持数据持久化和版本升级 + +**访问系统:** +- 🌐 Web界面:http://localhost:8080 +- 👤 默认账号:admin / admin123 +- 📖 API文档:http://localhost:8080/docs + +**常用管理命令:** +```bash +# 查看容器状态 +docker ps + +# 查看容器日志 +docker logs xianyu-auto-reply + +# 重启容器 +docker restart xianyu-auto-reply + +# 停止容器 +docker stop xianyu-auto-reply + +# 删除容器 +docker rm xianyu-auto-reply +``` + +### 方式二:Docker 源码部署 1. **克隆项目** ```bash @@ -101,7 +140,7 @@ - 打开浏览器访问:http://localhost:8080 - 默认账号:admin / admin123 -### 方式二:本地部署 +### 方式三:本地部署 1. **安装依赖** ```bash @@ -233,6 +272,32 @@ xianyu-auto-reply/ 详细信息请参考:[贡献指南](CONTRIBUTING.md) +## 💬 社区交流 + +### 加入我们的交流群 + +