DeMonChat
DeMonChat
确实需要,虽然有H123可以控制大小,但是H有标题属性,价格font size会好点
这个头像要在控制台 `主题`->`博主信息`->`头像` 里设置
@Bincode1 主题代码的问题,启用了light模式的背景图,暗黑模式背景图就不会生效。 ### 解决方法 html 文件 templates/modules/key_css.html 中的 `[# th:if="${theme.config.basic.enable_background_light != true} or ${theme.config.basic.background_light_mode == ''} or ${theme.config.basic.background_light_mode == null}"]` 改成 `[# th:if="${theme.config.basic.enable_background_dark} and ${theme.config.basic.background_dark_mode != ''}"]` 就行了