XYBotV2-core/readme.md
李寻欢 ff0e80164c
Some checks failed
BuildImage / build-image (push) Has been cancelled
添加 readme.md
2025-02-17 10:24:42 +08:00

26 lines
809 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# `侵删`
### 我是谁
从[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: 发送视频报错,视频消息不应该堵塞。