From 13c73cdb25c3b10894b1863d681b0fe33d851ee8 Mon Sep 17 00:00:00 2001 From: Developer Date: Wed, 25 Mar 2026 12:55:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=BC=B9=E5=B9=95tag=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/DanmakuList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/DanmakuList.tsx b/components/DanmakuList.tsx index 58fd626..3892155 100644 --- a/components/DanmakuList.tsx +++ b/components/DanmakuList.tsx @@ -222,6 +222,7 @@ export default function DanmakuList({ { opacity: item._fadeAnim, borderBottomColor: theme.border }, ]} > + {timeStr ? {timeStr} : null} {guard && ( - {timeStr ? {timeStr} : null} + ); }, @@ -493,7 +494,6 @@ const liveStyles = StyleSheet.create({ paddingHorizontal: 3, }, medalLvBox: { - backgroundColor: "#e891ab", paddingHorizontal: 3, height: "100%", justifyContent: "center",