manuel
(Manuel Kostka)
1
不确定为什么这不起作用……我想替换用于聊天的“评论”图标:
我安装了 fa-pro 图标插件。在浏览器检查器中,我可以将其替换为 fal-comments:
但从主题中不起作用:
api.replaceIcon('comment', 'fal-comments');
实际上,我无法用任何其他图标替换它,例如 api.replaceIcon('comment', 'cog'); 也不起作用。但是 api.replaceIcon('bars', 'fal-comments'); 可以工作:
有人尝试过替换聊天评论图标并解决了这个问题吗?
2 个赞
您需要替换 d-chat — 这是一个别名,因此可以替换聊天图标而不必替换所有 comment 的实例
api.replaceIcon('d-chat', 'fal-comments');
6 个赞
system
(system)
关闭
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.