音色可配置

This commit is contained in:
2024-11-26 17:51:40 +08:00
parent 4df77f15d9
commit aa634c8860
5 changed files with 20 additions and 5 deletions

21
game.md
View File

@@ -22,13 +22,24 @@
```json lines
{
// 播放文件地址,支持 file:// 本地文件地址、 http(s):// 远程文件地址
"video": "",
"video": ""
}
```
## 神女除妖3
除妖处不需要任何额外的处理,待游戏自然完成即可
参照 [请求响应文档](https://www.emqx.com/zh/blog/mqtt5-request-response)
发送附带`ResponseTopic`,并订阅`ResponseTopic`,才能接收到响应结果
### RequestPayload
```json lines
{}
```
### ResponsePayload
暂时还未对接除妖设备,不知道返回的数据结构是什么
```json lines
{}
@@ -36,8 +47,8 @@
## 神女授书4
参照 [请求响应文档](https://www.emqx.com/zh/blog/mqtt5-request-response)发送附带`ResponseTopic`,并订阅`ResponseTopic`
,才能接收到响应结果
参照 [请求响应文档](https://www.emqx.com/zh/blog/mqtt5-request-response)
发送附带`ResponseTopic`,并订阅`ResponseTopic`,才能接收到响应结果
### RequestPayload
@@ -78,4 +89,4 @@
}
```
`wait_card` 为等待插卡的时长,超过时长将直接结束且没有任何现场效果。`wait` 为插卡后持续的现场效果时间。
`wait_card` 为等待插卡的时长,超过时长将直接结束且没有任何现场效果。`wait` 为插卡后持续的现场效果时间。