update js

This commit is contained in:
hehh
2024-08-14 17:04:54 +08:00
parent 50a8b69a83
commit e5233a1eec
2 changed files with 2 additions and 3 deletions

View File

@@ -61,8 +61,7 @@ $(document).ready(function () {
}
var imgUrl = imgUrls[index];
var url = "https://www.bing.com" + imgUrl;
$panel.css("background", "url('" + url + "') center center no-repeat #666");
$panel.css("background", "url('" + imgUrl + "') center center no-repeat #666");
$panel.css("background-size", "cover");
$(".iUp").each(function (i, e) {