feat: update comment theme

This commit is contained in:
KazooTTT
2024-10-11 21:40:37 +08:00
parent aa9f16597c
commit 6e9fb4b340

View File

@ -24,7 +24,7 @@ const GiscusComment = () => {
reactionsEnabled='1' reactionsEnabled='1'
emitMetadata='0' emitMetadata='0'
inputPosition='bottom' inputPosition='bottom'
theme='preferred_color_scheme' theme={localStorage.getItem('theme') ?? 'preferred_color_scheme'}
lang='zh-CN' lang='zh-CN'
loading='lazy' loading='lazy'
/> />