FEAT => 本次更新项目为:

This commit is contained in:
超级老白兔
2025-08-19 15:07:36 +08:00
parent f9be0fad2d
commit 16fae82c17
3 changed files with 16 additions and 15 deletions

View File

@@ -78,6 +78,7 @@ const UpdateNotification: React.FC<UpdateNotificationProps> = ({
background: "linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%)",
color: "white",
padding: "16px 16px",
paddingTop: "calc(16px + env(safe-area-inset-top))",
boxShadow: "0 4px 20px rgba(0, 0, 0, 0.5)",
borderBottom: "1px solid rgba(255, 255, 255, 0.1)",
animation: "slideDownBar 0.3s ease-out",