diff --git a/src/theme/comment.tsx b/src/theme/comment.tsx index 0adc5cb..dda763a 100644 --- a/src/theme/comment.tsx +++ b/src/theme/comment.tsx @@ -17,6 +17,7 @@ const WalineComment = () => { // 初始化 Waline walineInstanceRef.current = init({ el: '#waline', + pageview: true, serverURL: 'https://comment.gitproxy.click', }); @@ -36,17 +37,19 @@ const WalineComment = () => { return ( +