fix: 修复Xboard切换主题色不生效的问题

This commit is contained in:
xboard 2024-04-04 18:04:21 +08:00
parent 723173426b
commit aeb39e1476

View File

@ -15,6 +15,9 @@
window.settings = {
title: '{{$title}}',
assets_path: '/theme/{{$theme}}/assets',
theme: {
color: '{{$theme_config['theme_color']}}',
},
version: '{{$version}}',
background_url: '{{$theme_config['background_url']}}',
description: '{{$description}}',