更新:动态emoji
:bot:
:rofl:
这个:zombie:好泥啊
- 已编辑
https://github.com/wvbdev/tieba-stickers/tree/master/assets
[tieba=angry]
[tieba=cry]
[tieba=easteregg]
[tieba=hehe]
[tieba=huaji-reverse]
[tieba=huaji]
[tieba=pen]
[tieba=santa-huaji]
[tieba=smirking]
[tieba=yinxian]
[right]本站更新记录与bug反馈[/right]
只能输代码发吗,好不方便
- 已编辑
ref: n0099
gif emoji扩展是前端js运行时把:emoji:替换成<img的,而不是走后端的s9etextformatter来替换,因此难以更改图片url以cdn化
https://github.com/justoverclockl/flarum-ext-emoticonpack/blob/a5faeffc405b5410bc78b240d90cf6719586ff52/js/src/forum/ReplaceEmoticons.js#L16
贴吧表情扩展则是典型的添加bbcode,走formatter,但url前缀为域根路径所以在当前子目录n0099.net/v下会404,https://github.com/wvbdev/tieba-stickers/blob/master/extend.php
[right]本站更新记录与bug反馈[/right]
18 天 后
由于其实现逻辑(频繁重绘post内所有子dom,在回复帖内有mediaembed时十分明显)影响前端性能:https://github.com/justoverclockl/flarum-ext-emoticonpack/issues/2,扩展justoverclockl/flarum-ext-emoticonpack已被禁用
[right]本站更新记录与bug反馈[/right]
5 天 后
n0099 于 取消置顶