From d3731e6fd8e5ee7e0f9cd4a5efbb10afc5e6e19d Mon Sep 17 00:00:00 2001 From: bmy <2271608011@qq.com> Date: Tue, 11 Mar 2025 08:46:33 +0800 Subject: [PATCH] rr --- router/home.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/router/home.js b/router/home.js index 488d487..e1029ed 100644 --- a/router/home.js +++ b/router/home.js @@ -9,9 +9,9 @@ const router = express.Router(); router.get('/banner', async (req, res) => { let $ = await Util.get(`${Config.baseUrl}/?orderby=rand`) let result = [ - 'https://image.baidu.com/search/down?thumburl=https://baidu.com&url=https://imgsa.baidu.com/forum/pic/item/54e736d12f2eb938b7ce5c2990628535e4dd6f4d.jpg', - 'https://image.baidu.com/search/down?thumburl=https://baidu.com&url=https://imgsa.baidu.com/forum/pic/item/b899a9014c086e06d533199047087bf40bd1cb56.jpg', - 'https://image.baidu.com/search/down?thumburl=https://baidu.com&url=https://imgsa.baidu.com/forum/pic/item/269759ee3d6d55fb6c5d50fd28224f4a21a4dd56.jpg' + { src: 'https://image.baidu.com/search/down?thumburl=https://baidu.com&url=https://imgsa.baidu.com/forum/pic/item/54e736d12f2eb938b7ce5c2990628535e4dd6f4d.jpg' }, + { src: 'https://image.baidu.com/search/down?thumburl=https://baidu.com&url=https://imgsa.baidu.com/forum/pic/item/b899a9014c086e06d533199047087bf40bd1cb56.jpg' }, + { src: 'https://image.baidu.com/search/down?thumburl=https://baidu.com&url=https://imgsa.baidu.com/forum/pic/item/269759ee3d6d55fb6c5d50fd28224f4a21a4dd56.jpg' }, ] // $(".new-swiper .swiper-wrapper .swiper-slide").each(function() {