From 1b9339d42db11c8615b377e74743552a7c177d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=96=E7=A0=81=E7=8C=BF?= Date: Sun, 15 Dec 2024 11:35:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3=E6=B3=A8?= =?UTF-8?q?=E9=87=8A22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- router/tags.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/router/tags.js b/router/tags.js index 0fc6e0d..804e24a 100644 --- a/router/tags.js +++ b/router/tags.js @@ -13,8 +13,8 @@ router.get('/recommend', async (req, res) => { data: [ { title: '秀人网', count: '9059', url: '/xiuren', index: 0 }, { title: 'ROSI写真', count: '6580', url: '/domestic/rosi', index: 2 }, - { title: '蜜桃社', count: '122', url: '/domestic/miitao', index: 26 }, - { title: '尤物馆', count: '138', url: '/domestic/youwu', index: 28 }, + { title: '蜜桃社', count: '122', url: '/domestic/miitao', index: 27 }, + { title: '尤物馆', count: '138', url: '/domestic/youwu', index: 29 }, ] }); })