KuangPF / dumi-theme-antd

A antd site theme package for the dumi framework.
https://kuangpf.com/dumi-theme-antd
MIT License
42 stars 19 forks source link

themeConfig 的 title 配置目前无效 #17

Closed vvkeep closed 1 year ago

vvkeep commented 1 year ago

0.2.10 的 title 配置无效,左上角 和 中间 取的都是 name字段

vvkeep commented 1 year ago

用 0.2.7 是可以的, 从 0.2.8就不行了

KuangPF commented 1 year ago

是不是配置了多语言,多语言可以采用这种形式:

// 多语言时配置对象,key 为语言名
title: {
  'zh-CN': 'Dumi Ant Design 主题',
  'en-US': 'Dumi Theme Ant Design'
}

0.2.8 版本调整了多语言的取值形式,应该没有兼容好,下个版本处理下(如果没采用 key 值形式,直接取值本身) 。

vvkeep commented 1 year ago

奥 是的 谢谢!

KuangPF commented 1 year ago

0.2.11 版本已兼容处理。