diff --git a/ling_chair_http/handler.js b/ling_chair_http/handler.js index 9cc3e49..a95680d 100644 --- a/ling_chair_http/handler.js +++ b/ling_chair_http/handler.js @@ -638,12 +638,16 @@ class ChatMsgAdapter { while ($(ele).attr("tag") != "msg-card") ele = ele.parentNode e = $(ele) + + let rawText = e.find("#raw-msg-content").text() + let text = e.find("#msg-content").text() + let menuHtml = $.parseHTML(`