Skip to content

Commit ff7c8ba

Browse files
committed
Fix: 修复背景图片无效的问题
1 parent eb294f2 commit ff7c8ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

muicebot_plugin_status/template/index.html.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% else %}
1111
{% endif %}
1212
</head>
13-
<body class="relative w-full h-full overflow-hidden bg-[url('{{ background }}')] bg-cover bg-center p-6">
13+
<body class="relative w-full h-full overflow-hidden bg-cover bg-center p-6" background="{{ background }}">
1414
<div class="absolute inset-0 h-full w-full bg-black/20"></div>
1515

1616
<div class="relative grid gap-y-2 w-full h-full">

0 commit comments

Comments
 (0)