everfu / hexo-theme-solitude

一款设计师风格的 Hexo 主题,支持懒加载、PWA、Latex以及多种评论系统。
https://www.efu.me
MIT License
441 stars 38 forks source link

[Bug]: 双评论的切换问题 #299

Closed mc-sep closed 1 week ago

mc-sep commented 2 weeks ago

前置确认

⚠️ 搜索issues中是否已存在类似问题

操作系统类型?

Windows

运行的Hexo版本是?

Hexo 7.0.0

你所使用的主题版本是稳定/最新?

稳定版(main)

问题描述 😯

我在部署双评论时,本地的localhost:4000/messages是正常的:(右上角是偶切换按钮的)

但是一旦上传:

难道是我没装依赖?还是css文件有问题?

终端日志 📒

Part1:cmd

INFO  Validating config
INFO
  ===================================================================
       #####  ####  #     #####  ###### #     # ######   ######
      #      #    # #       #      #    #     # #      # #
       ##### #    # #       #      #    #     # #      # ######
           # #    # #       #      #    #     # #      # #
      ######  ####  ##### #####    #      ###   ######   ######
                            1.11.3
  ===================================================================
  GitHub: https://github.com/valor-x/hexo-theme-solitude

INFO  Start processing
INFO  Hexo is running at http://localhost:4000/ . Press Ctrl+C to stop.
(node:23524) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
(Use `node --trace-deprecation ...` to show where the warning was created)
INFO  Catch you later

Part2: _config.solitude.yml

# 评论
# comment
# getting start: 
comment:
  use: waline,twikoo # waline, twikoo, valine, artalk
  commentBarrage: true # 热评开关 / Hot comment switch
  lazyload: true # 懒加载
  count: true # 评论数展示
  pv: false # 是否使用評論統計頁面訪問
  avatar: https://cravatar.cn # Gravatar link
  newest_comment:
    enable: ture
    storage: .5 # 缓存时间 1: 1天 / .5 : 半天 / Cache time 1: 1 day .5 : half a day
3093113975 commented 2 weeks ago

hexo clean 一下