增加兼容低版本内核的页面
This commit is contained in:
@@ -556,7 +556,7 @@ export default function Home() {
|
||||
return (
|
||||
<div
|
||||
key={i}
|
||||
className="flex-1 rounded-sm"
|
||||
className="flex-1 rounded-md"
|
||||
style={{
|
||||
height: `${h * 100}%`,
|
||||
background: isHot ? "#ef4444" : i > 13 ? "#f59e0b" : "#00FFF6",
|
||||
|
||||
Reference in New Issue
Block a user