mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-24 03:57:27 +08:00
fix: 修复升级后不选择主题色会导致500错误的问题
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
title: '{{$title}}',
|
||||
assets_path: '/theme/{{$theme}}/assets',
|
||||
theme: {
|
||||
color: '{{$theme_config['theme_color']}}',
|
||||
color: '{{$theme_config['theme_color']??"default"}}',
|
||||
},
|
||||
version: '{{$version}}',
|
||||
background_url: '{{$theme_config['background_url']}}',
|
||||
|
||||
Reference in New Issue
Block a user