This commit is contained in:
TheRam_ 2022-12-18 13:29:47 +08:00 committed by GitHub
parent e213ca2c88
commit 013fd5e8e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
### 发送情绪值 ### 发送情绪值
` ```json
{ {
"Topic": "Unreal", "Topic": "Unreal",
"Data": { "Data": {
@ -14,7 +14,7 @@
"Value": 1.0 "Value": 1.0
} }
} }
` ```
@ -28,7 +28,7 @@
### 发送音频 ### 发送音频
` ```json
{ {
"Topic": "Unreal", "Topic": "Unreal",
"Data": { "Data": {
@ -38,7 +38,7 @@
"Type": "interact" "Type": "interact"
} }
} }
` ```