From 013fd5e8e8563adfd7d3a14c87f3bf3fa9ae7ba9 Mon Sep 17 00:00:00 2001 From: TheRam_ <43772379+TheRamU@users.noreply.github.com> Date: Sun, 18 Dec 2022 13:29:47 +0800 Subject: [PATCH] Update --- WebSocket.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebSocket.md b/WebSocket.md index 91b7d0c..4e647e9 100644 --- a/WebSocket.md +++ b/WebSocket.md @@ -6,7 +6,7 @@ ### 发送情绪值 -` +```json { "Topic": "Unreal", "Data": { @@ -14,7 +14,7 @@ "Value": 1.0 } } -` +``` @@ -28,7 +28,7 @@ ### 发送音频 -` +```json { "Topic": "Unreal", "Data": { @@ -38,7 +38,7 @@ "Type": "interact" } } -` +```