Releases: xugaoyi/vuepress-theme-vdoing
Releases · xugaoyi/vuepress-theme-vdoing
v1.12.8-v1.12.9
- 兼容 node 18.x 及以上版本
- 修复一些样式bug
注意:使用主题 v1.12.9 时,请使用 nodejs 18.x 及以上版本,并且在dev、build前添加export NODE_OPTIONS=--openssl-legacy-provider
, 例:
"scripts": {
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && node --max_old_space_size=4096 ./node_modules/vuepress/cli.js dev docs",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs",
}
v1.12.6-v1.12.7
v1.12.4-v1.12.5
- 添加碎片化文章‘分类’的自动生成规则
- 修复一些bug
v1.12.1-v1.12.3
- 添加配置项: defaultMode 默认外观模式
// 默认外观模式(用户未在页面手动修改过模式时才生效,否则以用户设置的模式为准),可选:'auto' | 'light' | 'dark' | 'read',默认'auto'。
defaultMode: 'auto',
- 文章列表样式由线条改为卡片