mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 20:47:56 +08:00
update theme
This commit is contained in:
@ -13,7 +13,11 @@
|
||||
<script>
|
||||
window.v2board = {
|
||||
title: '{{$title}}',
|
||||
theme: '{{$theme}}',
|
||||
theme: {
|
||||
sidebar: '{{$theme_sidebar}}',
|
||||
header: '{{$theme_header}}',
|
||||
color: '{{$theme_color}}',
|
||||
},
|
||||
verison: '{{$verison}}',
|
||||
background_url: '{{$backgroun_url}}'
|
||||
}
|
||||
|
@ -13,7 +13,11 @@
|
||||
<script>
|
||||
window.v2board = {
|
||||
title: '{{$title}}',
|
||||
theme: '{{$theme}}',
|
||||
theme: {
|
||||
sidebar: '{{$theme_sidebar}}',
|
||||
header: '{{$theme_header}}',
|
||||
color: '{{$theme_color}}',
|
||||
},
|
||||
verison: '{{$verison}}',
|
||||
background_url: '{{$backgroun_url}}',
|
||||
description: '{{$description}}'
|
||||
|
Reference in New Issue
Block a user