Replies: 1 comment
-
|
@waline/client 有个 break change,原来回复的评论会把 @xxx 写到评论内容里,后续优化成了前端识别是回复的评论单独渲染。这是为什么会存在两个的原因。解决的方案是介意的朋友需要自己手动删除一下评论内容开头的 @waline/client has a break change. Originally, the reply comment would write @xxx into the comment content. Later, it was optimized so that the front-end recognition is to render the reply comment separately. This is why there are two. The solution is that friends who are concerned need to manually delete the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug | 问题描述
修正迁移的数据数据后,同时升级client到最新版本,发现原来的回复评论用户的消息,前面都会有个重复的用户名称。
v3.12.2 版本效果

但是采用同样的数据,切换到原来的v2版本就没有发现这个情况。
v2.15.8版本的效果

Website URL | 问题网站
https://lisenhui.cn/about.html
Where your waline deploy? | 服务部署在哪里?
Vercel (Default)
Where your comment data store? | 数据存储在哪里?
TiDB
Describe the bug | Problem description
After correcting the migrated data and upgrading the client to the latest version, I found that the original messages replying to users who commented had a duplicate user name in front of them.
v3.12.2 version effect

However, using the same data, this situation was not found when switching to the original v2 version.
The effect of v2.15.8 version

Website URL | Problem website
https://lisenhui.cn/about.html
Where your waline deploy? | Where is the service deployed?
Vercel (Default)
Where your comment data store? | Where is the data stored?
TiDB
Beta Was this translation helpful? Give feedback.
All reactions