docs: update readme, file msg add new field name

This commit is contained in:
linyuchen
2024-03-06 22:02:11 +08:00
parent e6d36dc6c3
commit cc8e8f108b
3 changed files with 29 additions and 4 deletions

View File

@@ -92,7 +92,8 @@ wget -O fastboot.sh https://cdn.jsdelivr.net/gh/LLOneBot/llonebot-docker/fastboo
{
"type": "file",
"data": {
"file": "file:///D:/1.txt"
"file": "file:///D:/1.txt",
"name": "自定义显示的文件名" // 此字段不是必须的
}
}
```