-
Notifications
You must be signed in to change notification settings - Fork 489
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
动态拼接markdown字符串会造成闪动 #517
Comments
找到解决办法了更新到marked v5.0.2已经修复闪烁的问题 |
所以应该怎么修复,我也遇到了。求指教 |
升级marked.min.js 到 v5.0.2 |
|
再次打扰了。我是先npm包下来,然后找到marked.min.js的代码复制下来,最后粘贴在mp-html的marked.min.js。请问升级方法是这样吗 |
小程序里面打包,把旧的marked.min.js替换为最新的 |
用uni_modules的形式,不要用npm,不好修改 |
请问你解决这个问题了吗 |
大佬,我直接把marked.min.js文件替换成https://github.com/markedjs/marked/commits/master/marked.min.js项目的文件,但没有work报错了,需要做些其他的处理吗,比如index.js需要改动吗 |
用marked v5.0.2 |
我直接打包一份把你试试mp-html.zip |
另外,还想问下,我有个eventstream的接口返回的字符串(类似下图,每次新加一个字符这样),我先是直接把内容传给content,这样由于相当于每次都是重新渲染,导致经常闪烁,我试过改成setcontent传入新增的字符,但是每次追加的字符会直接换行展示。想问下大佬,有什么建议吗。 |
我是这样直接拼接的list[i].content +=content |
大佬,还想问个问题。为什么用了您打的包以后,代码高亮失效了,我看你这也引入了highlight啊,另外可以大致告诉我你打的包work的原因吗,跟markdown文件夹以外的内容有关系吗,因为我直接把我的包里面markdown替换掉也还是不行 |
大佬,还是想打扰下,为什么你这个包的代码高亮失效了呀 |
截图看看 |
问题描述
uniapp中用作ChatGPT内容渲染时,流式输出时,拼接markdown字符串会造成闪动,请问有什么解决办法?
The text was updated successfully, but these errors were encountered: