ant-design / pro-chat

🤖 Components Library for Quickly Building LLM Chat Interfaces.
https://pro-chat.antdigital.dev
MIT License
586 stars 72 forks source link

🐛[BUG] 无法正常渲染 html 内容 #217

Open liguobao opened 2 months ago

liguobao commented 2 months ago

🐛 bug 描述

html <html> <head> <!-- 其他 head 内容 --> </head> <body> <!-- 其他 body 内容 --> <!-- 这里可能是你的PDF查看器 --> <!-- Google AdSense 广告代码 --> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-xxxxxxxxxxxxxxxx" data-ad-slot="yyyyyyyyyy" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <!-- 其他 body 内容 --> </body> </html>

这样的一个文本,默认显示是空白的,需要手动将代码显示区切换成JavaScript

截屏2024-05-18 11 00 46

手动切换后:

截屏2024-05-18 11 01 07

ONLY-yours commented 1 month ago

很神奇,之前其实修过一次,但是又出现了,我再看看