LoveIt icon indicating copy to clipboard operation
LoveIt copied to clipboard

[BUG] hugo giscus 评论区无法自动切换夜间模式

Open hzp2333 opened this issue 11 months ago • 1 comments

Describe the bug 描述你遇到的错误

使用的giscus评论区,但是切换到夜间模式时,评论区没有自动切换。

Expected behavior 期待的行为

请问可能是哪个模块出问题呢?

Screenshots 屏幕截图

8e3ebce3d24162b97ea4d5e985da55b

Build Environment 构建环境

使用的多语言博客, config.toml设置如下,直接在结尾加上的这部分。

[params.page.comment]
      enable = true       
[params.page.comment.giscus]   
  enable = true   
  repo = "hzp2333/Giscus"   
  repoId = "###########"   
  category = "Announcements"   
  categoryId = "###########"   
  lang = ""   
  mapping = "pathname"   
  reactionsEnabled = "1"   
  emitMetadata = "0"   
  inputPosition = "bottom"   
  lazyLoading = false
  darkTheme = "dark"
  lightTheme = "light"

Preview Environment 预览环境

No response

Additional Information 补充信息

当我把config.toml更换为

 darkTheme = "dark"
  lightTheme = "dark"

时,博客无论白天还是夜间模式,评论区都是深色模式。 感觉是识别深色模型的部分出问题了? 网站:https://blog.huaxiangshan.com/ 感谢回复

hzp2333 avatar Mar 21 '24 14:03 hzp2333