去掉刊头下方副标题文案

- 首页移除「足球比分预测 · 五路专家 · 终裁汇总」
- 积分榜页移除「联赛积分榜 · 积分 / 净胜 / xG差 / 近期走势」
- 刊头仅保留「先知」毛笔字,更简洁

Co-Authored-By: new-provider/LongCat-2.0 <<EMAIL>>
)
This commit is contained in:
shangfangjian
2026-09-20 23:01:13 +08:00
parent 8a8b71083e
commit 95be59bc9f
-6
View File
@@ -36,9 +36,6 @@ function StandingsLayout({ children }: { children: React.ReactNode }) {
<h1 className="font-brush text-5xl text-ink-900 sm:text-6xl"> <h1 className="font-brush text-5xl text-ink-900 sm:text-6xl">
</h1> </h1>
<p className="mt-2 text-2xs tracking-[0.4em] text-ink-500">
· / / xG差 /
</p>
</div> </div>
<div className="flex items-center justify-between border-b border-ink-200 py-2 text-2xs text-ink-500"> <div className="flex items-center justify-between border-b border-ink-200 py-2 text-2xs text-ink-500">
<span>{dateLine()}</span> <span>{dateLine()}</span>
@@ -80,9 +77,6 @@ function HomePage() {
<h1 className="font-brush text-5xl text-ink-900 sm:text-6xl"> <h1 className="font-brush text-5xl text-ink-900 sm:text-6xl">
</h1> </h1>
<p className="mt-2 text-2xs tracking-[0.4em] text-ink-500">
· ·
</p>
</div> </div>
<div className="flex items-center justify-between border-b border-ink-200 py-2 text-2xs text-ink-500"> <div className="flex items-center justify-between border-b border-ink-200 py-2 text-2xs text-ink-500">
<span>{dateLine()}</span> <span>{dateLine()}</span>