Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/TheRamU/Fay
Browse files Browse the repository at this point in the history
  • Loading branch information
xszyou committed Dec 26, 2022
2 parents 2b8c3c1 + 013fd5e commit 22b472e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WebSocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

### 发送情绪值

`
```json
{
"Topic": "Unreal",
"Data": {
"Key": "mood",
"Value": 1.0
}
}
`
```



Expand All @@ -28,7 +28,7 @@

### 发送音频

`
```json
{
"Topic": "Unreal",
"Data": {
Expand All @@ -38,7 +38,7 @@
"Type": "interact"
}
}
`
```



Expand Down

0 comments on commit 22b472e

Please sign in to comment.