我尝试在 client.en.yml 文件中添加表情符号。我的尝试如下:
en:
js:
my_plugin:
likes:
one: ":heart: <b>{{count}}</b>"
other: ":heart: <b>{{count}}</b>"
但结果只是打印出 :hearts: 5。
有什么方法可以实现这个效果吗?
谢谢 ![]()
编辑:我还尝试将其替换为 fontawesome
other: "<i class='fa fa-heart'></i> <b>{{count}}</b>"
但什么也没显示出来。