mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
Merge pull request #658 from lifeafter619/dev_waline_improvement
waline评论插件提升
This commit is contained in:
@@ -28,7 +28,12 @@ const WalineComponent = (props) => {
|
||||
el: containerRef.current,
|
||||
serverURL: BLOG.COMMENT_WALINE_SERVER_URL,
|
||||
lang: BLOG.lang,
|
||||
reaction: true
|
||||
reaction: true,
|
||||
emoji: [
|
||||
'//npm.elemecdn.com/@waline/emojis@1.1.0/tieba',
|
||||
'//npm.elemecdn.com/@waline/emojis@1.1.0/weibo',
|
||||
'//npm.elemecdn.com/@waline/emojis@1.1.0/bilibili'
|
||||
]
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user