增加空背景支持

This commit is contained in:
LyLme 2022-05-02 01:02:36 +08:00
parent 73cc78c9ef
commit 32ac4a2197

View File

@ -38,7 +38,9 @@ if (!empty($q)) {
<link href="<?php echo $templatepath;?>/css/wea.css" rel="stylesheet">
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-2-M/jquery/3.5.1/jquery.min.js"></script>
</head>
<body style="background: url(<?php echo background()?>) no-repeat center/cover;">
<?php if(!empty(background())){
echo '<body style="background: url('.background().') no-repeat center/cover;">';}
else{ echo '<body>';}?>
<div id="menu"><i></i></div>
<div class="list closed">
<?php