伪静态默认关白,waline支持多语言及reaction

This commit is contained in:
tangly1024
2022-12-08 12:40:48 +08:00
parent b59f86d852
commit 127a9ea34e
2 changed files with 4 additions and 2 deletions

View File

@@ -25,7 +25,9 @@ const WalineComponent = (props) => {
waline = init({
...props,
el: containerRef.current,
serverURL: BLOG.COMMENT_WALINE_SERVER_URL
serverURL: BLOG.COMMENT_WALINE_SERVER_URL,
lang: BLOG.lang,
reaction: true
})
}