去掉刊头下方副标题文案
- 首页移除「足球比分预测 · 五路专家 · 终裁汇总」 - 积分榜页移除「联赛积分榜 · 积分 / 净胜 / xG差 / 近期走势」 - 刊头仅保留「先知」毛笔字,更简洁 Co-Authored-By: new-provider/LongCat-2.0 <<EMAIL>> )
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user