hexo-theme-redefine
博客Github
中文
中文
  • 项目介绍
  • 开始
    • 安装
    • 使用
    • 更新
  • 配置
    • 创建主题配置文件
    • base_info
    • style
      • primary_color
      • avatar
      • favicon
      • article_img_align
      • left_side_width
      • content_max_width
      • nav_color
      • hover
      • first_screen
      • scroll
    • social_contact
    • menu
    • home_article
    • post
      • word_count
      • author_label
    • code_copy
    • toc
    • copyright_info
    • website_count
    • local_search
    • comment
      • use
      • Waline
      • Gitalk
      • Twikoo
    • rss
    • lazyload
    • cdn
    • pjax
    • footer
  • 进阶使用
    • 数学公式
    • 创建页面
    • 友链样式
    • 资源压缩
    • 笔记模块
    • 文件比对
    • 文章顶置
由 GitBook 提供支持
在本页
  1. 进阶使用

文件比对

上一页笔记模块下一页文章顶置

最后更新于2年前

VS Code 自带的代码对比工具:

如果你升级了 Redefine 主题,主题配置文件 /node_modules/hexo-theme-redefine/_config.yml 的 version 的值必须跟 _config.redefine.yml 版本号保持一致!!

例如:我将主题升级到 0.2.0 版本,那么主题配置文件 /node_modules/hexo-theme-redefine/_config.yml的 version 的值必须是 0.2.0 。如果你用了平滑升级,_config.redefine.yml 中的版本号需要你手动更改。