mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 18:48:14 -05:00
fix: 修复Xboard切换主题色不生效的问题
This commit is contained in:
parent
723173426b
commit
aeb39e1476
@ -15,6 +15,9 @@
|
|||||||
window.settings = {
|
window.settings = {
|
||||||
title: '{{$title}}',
|
title: '{{$title}}',
|
||||||
assets_path: '/theme/{{$theme}}/assets',
|
assets_path: '/theme/{{$theme}}/assets',
|
||||||
|
theme: {
|
||||||
|
color: '{{$theme_config['theme_color']}}',
|
||||||
|
},
|
||||||
version: '{{$version}}',
|
version: '{{$version}}',
|
||||||
background_url: '{{$theme_config['background_url']}}',
|
background_url: '{{$theme_config['background_url']}}',
|
||||||
description: '{{$description}}',
|
description: '{{$description}}',
|
||||||
|
Loading…
Reference in New Issue
Block a user