更新README.md

This commit is contained in:
BERADQ 2024-10-28 20:12:18 +08:00
parent cadbfe6229
commit 1e461c0c18

View File

@ -7,12 +7,25 @@
- `bubbles-chat edit <NPC_ID>` - 用于编辑NPC顺序弹出的泡泡
## 编辑NPC顺序弹出的泡泡
使用指令 `bubbles-chat edit <NPC_ID>`
获得书本后, 可以在书本中编辑 NPC 的顺序弹出的泡泡
一行为一句
## 配置
Example:
```yaml
offset: 0.5 # 泡泡的偏移量(向上)
line-height: 0.5 # 泡泡的间距(向上)
chat:
period: 60 # 泡泡弹出间隔时间
limit: 2 # 泡泡弹出数量限制(超出会自动清楚最早的泡泡)
```
## 构建发行版本
发行版本用于正常使用, 不含 TabooLib 本体。