mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-23 10:41:31 +08:00
feat: update comment theme
This commit is contained in:
@ -24,7 +24,7 @@ const GiscusComment = () => {
|
||||
reactionsEnabled='1'
|
||||
emitMetadata='0'
|
||||
inputPosition='bottom'
|
||||
theme='preferred_color_scheme'
|
||||
theme={localStorage.getItem('theme') ?? 'preferred_color_scheme'}
|
||||
lang='zh-CN'
|
||||
loading='lazy'
|
||||
/>
|
||||
|
Reference in New Issue
Block a user