From ce25eee450fff8c4b9a3597762ffa6fc57685de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B2=E8=BE=B0=E7=94=9F=E4=BA=A7?= Date: Sun, 12 Apr 2026 00:07:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=9C=80=E6=96=B020=E6=9D=A1?= =?UTF-8?q?=E5=B8=A64=E6=A0=87=E5=8D=81=E6=94=B6=E8=B4=AD=E8=B4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/Home.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Home.jsx b/frontend/src/pages/Home.jsx index 61b6a77..64135e8 100644 --- a/frontend/src/pages/Home.jsx +++ b/frontend/src/pages/Home.jsx @@ -112,7 +112,7 @@ export default function Home() { setDragonStats(data || {}) }).catch(() => {}) - fetch('/api/yichens/posts?limit=50&offset=0&keyword=标十').then(res => res.json()).then(data => { + fetch('/api/yichens/posts?limit=20&offset=0&keyword=标十').then(res => res.json()).then(data => { // 过滤出带4/通货相关的分类 const filtered = (data.posts || data || []).filter(item => { const cat = item.category || ''