feat: 添加投票功能 30%

This commit is contained in:
weifashi
2023-12-08 01:42:59 +08:00
parent bab82dc290
commit 5dfc66fc21
16 changed files with 355 additions and 74 deletions

View File

@@ -521,6 +521,7 @@ class WebSocketDialogMsg extends AbstractModel
}
switch ($data['type']) {
case 'text':
case 'word-chain':
return $this->previewTextMsg($data['msg']['text'], $preserveHtml);
case 'record':
return "[语音]";