walinejs / waline

💬 A Simple, Safe Comment System
https://waline.js.org/en/
GNU General Public License v2.0
2.19k stars 379 forks source link

[BUG]自定义表情无法正常显示 #265

Closed kawashiro-ryofu closed 3 years ago

kawashiro-ryofu commented 3 years ago

问题描述 | Describe the bug

自定义表情在发送后显示的是表情的HTML标签片段,无法正常显示

问题网站 | Website URL

A1

A2

A3

部署方式 | Deploy Type

kawashiro-ryofu commented 3 years ago

(我自己的网站是www.kawashiros.club。去测试了其他人的站点,发现都是同样的情况。上面出现问题的网站都是用的hexo引擎。但在官方的测试页面中没什么问题出现,原因不明)

Mister-Hope commented 3 years ago

Thanks for reporting!

But please remember that you should upgrade to latest version before opening any issues in any repos.

Obviously you are not using the latest @waline/vercel. Please upgrade it by reploying it on vercel, or stop your application then upgrade to the latest deps and rerun it on your self hosted environment.

Feel free to reopen it if the issue still exists after upgrading to the latest version.


感谢您的报告!

但是请您注意,在任何存储库中的新建任何 issue 之前,应先升级到最新版本。

显然,您没有使用最新的 @waline/vercel。 请通过重新部署来升级它,或者在自己的托管环境中停止您的应用程序,然后升级到最新的依赖并重新运行它。

如果升级到最新版本后问题仍然存在,请随时重新打开它。

kawashiro-ryofu commented 3 years ago

已解决,感谢

leirock commented 3 years ago

已解决,感谢

怎么解决的,我也有这个问题 https://blog.dlzhang.com/more/

guanqr commented 3 years ago

@lei2rock 到存放 waline 部署文件的仓库中,将 package.json 中的 @waline/vercel 升级到最新版,然后重新部署一下就行了。

"@waline/vercel": "^0.24.0"
eallion commented 3 years ago

@Mister-Hope CloudBase 版也同步更新一下,谢谢!

Mister-Hope commented 3 years ago

@Mister-Hope CloudBase 版也同步更新一下,谢谢!

Screenshot_20210520-170849.jpg

Cloudbase is using the latest 0.24.x

eallion commented 3 years ago

Sync to update walinejs/tcb-starter, plz