Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在html async模式下無法正常顯示轉發的聊天記錄 #159

Open
Mr-Sheep opened this issue Aug 1, 2023 · 0 comments
Open

在html async模式下無法正常顯示轉發的聊天記錄 #159

Mr-Sheep opened this issue Aug 1, 2023 · 0 comments

Comments

@Mr-Sheep
Copy link

Mr-Sheep commented Aug 1, 2023

在開啓「Load Messages Asynchronously」之後,導出的html無法正常顯示轉發的聊天記錄:

CleanShot 2023-08-01 at 23 10 43@2x

查看對應聊天記錄的Data目錄下的msj-x.js發現在對應的js array的:

\n\t\t\t\t<div class=\"msg chat-notice fmsgtag\" msgid=\"\">\n\t\t\t\t\t<div class=\"content-box\">\n\t\t\t\t\t\t<span class=\"dont-break-out msg-text\"><pre><< Chat History for Group Chat</pre></span>\n\t\t\t\t\t</div>

中加入","即可正常顯示

\n```","```\t\t\t\t<div class=\"msg chat-notice fmsgtag\" msgid=\"\">\n\t\t\t\t\t<div class=\"content-box\">\n\t\t\t\t\t\t<span class=\"dont-break-out msg-text\"><pre><< Chat History for Group Chat</pre></span>\n\t\t\t\t\t</div>
CleanShot 2023-08-01 at 23 28 20@2x

可能是在把html parse到js array的過程中出現了問題?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant