From ff0e80164c062e759cd1dcd7511d7aba4e73f528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Mon, 17 Feb 2025 10:24:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..1bcff60 --- /dev/null +++ b/readme.md @@ -0,0 +1,26 @@ +# `侵删` +### 我是谁 +从[XYBotV2](https://github.com/HenryXiaoYang/XYBotV2)抽离出来的协议程序,仅包含iPad协议,不含任何业务逻辑,所以业务逻辑需要自行开发。 + +### 如何使用 +```yaml +services: + XYBotV2: + container_name: xybot + image: lxh01/xybotv2:latest + restart: unless-stopped + ports: + - "9000:9000" + environment: + - REDIS_HOST=10.0.0.31 # Redis服务器地址,必填 + - REDIS_PORT=6379 # Redis端口,选填,默认6379 + - REDIS_PASSWORD="xx" # Redis密码,选填 + - REDIS_DB=2 # Redis数据库,选填 + +``` +运行起来之后,直接浏览器打开`http://{your_ip}:9000`就可以看到接口文档了。 + +### 更新日志 +版本 | 日志 +---|--- +20250217 | fix: 发送视频报错,视频消息不应该堵塞。 \ No newline at end of file