增加兼容低版本内核的页面

This commit is contained in:
eafonyang
2026-06-02 19:55:09 +08:00
parent ccbafdd720
commit 28aa90296f
17 changed files with 1038 additions and 37 deletions
+1 -1
View File
@@ -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",