FEAT => 本次更新项目为:

新版本
This commit is contained in:
超级老白兔
2025-08-05 12:01:22 +08:00
parent 57a32e252d
commit dca72fac8c

View File

@@ -64,7 +64,7 @@ const UpdateNotification: React.FC<UpdateNotificationProps> = ({
right: 0, right: 0,
bottom: 0, bottom: 0,
zIndex: 99999, zIndex: 99999,
background: "linear-gradient(135deg, #667eea 0%, #764ba2 100%)", background: "linear-gradient(135deg, #1890ff 0%, #096dd9 100%)",
color: "white", color: "white",
display: "flex", display: "flex",
flexDirection: "column", flexDirection: "column",
@@ -131,15 +131,15 @@ const UpdateNotification: React.FC<UpdateNotificationProps> = ({
<Button <Button
size="large" size="large"
style={{ style={{
background: "rgba(255,255,255,0.2)", background: "rgba(255,255,255,0.9)",
border: "2px solid rgba(255,255,255,0.3)", border: "2px solid rgba(255,255,255,0.5)",
color: "white", color: "#1890ff",
fontSize: "18px", fontSize: "18px",
fontWeight: "bold", fontWeight: "bold",
padding: "12px 40px", padding: "12px 40px",
borderRadius: "50px", borderRadius: "50px",
backdropFilter: "blur(10px)", backdropFilter: "blur(10px)",
boxShadow: "0 8px 32px rgba(0,0,0,0.3)", boxShadow: "0 8px 32px rgba(24,144,255,0.3)",
transition: "all 0.3s ease", transition: "all 0.3s ease",
}} }}
onClick={handleReload} onClick={handleReload}