From 263890f43ba2eeb31ac31eb750e781578f8cc192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B2=E8=BE=B0=E7=94=9F=E4=BA=A7?= Date: Wed, 8 Apr 2026 16:18:24 +0800 Subject: [PATCH] =?UTF-8?q?v1.2.72=20-=20=E5=B8=96=E5=AD=90=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E8=B7=B3=E8=BD=AC=E5=8E=9F=E5=B8=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/Home.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/Home.jsx b/frontend/src/pages/Home.jsx index d8fd4f2..664554d 100644 --- a/frontend/src/pages/Home.jsx +++ b/frontend/src/pages/Home.jsx @@ -308,7 +308,7 @@ export default function Home() {
πŸ“ ζœ€ζ–°δΈ€ε°˜ε‘εΈ–
-
window.location.hash = '#/news'} style={{ color: '#3b82f6', fontSize: '12px', cursor: 'pointer' }}>ζŸ₯ηœ‹ε…¨ιƒ¨ β†’
+
window.open(item.url, '_blank')} style={{ color: '#3b82f6', fontSize: '12px', cursor: 'pointer' }}>ζŸ₯ηœ‹ε…¨ιƒ¨ β†’
ζš‚ζ— εΈ–ε­
) : ( recentPosts.map((item, idx) => ( -
window.location.hash = '#/news'} style={{ +
window.open(item.url, '_blank')} style={{ padding: '12px 16px', borderBottom: idx < recentPosts.length - 1 ? '1px solid rgba(255,255,255,0.05)' : 'none', cursor: 'pointer',