From 4cda662d6e7d34cae74f88ca4edf8b93146efaaa Mon Sep 17 00:00:00 2001 From: shangfangjian Date: Sun, 20 Sep 2026 22:18:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E3=80=8C=E5=85=88=E7=9F=A5?= =?UTF-8?q?=E3=80=8D=E5=88=8A=E5=A4=B4=E6=94=B9=E7=94=A8=E6=AF=9B=E7=AC=94?= =?UTF-8?q?=E5=AD=97=E8=89=BA=E6=9C=AF=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 引入 Google Fonts「Ma Shan Zheng」(马善政毛笔楷书) - Tailwind 新增 font-brush 字体族 - 首页 + 积分榜页 + 后台侧边栏的「先知」均改为毛笔字 - 字号加大(text-5xl / text-6xl),去除 tracking,突出书法韵味 Co-Authored-By: new-provider/LongCat-2.0 <> ) --- frontend/index.html | 3 +++ frontend/src/App.tsx | 4 ++-- frontend/src/admin/AdminLayout.tsx | 2 +- frontend/tailwind.config.js | 2 ++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 36ba107..67a7c45 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,6 +4,9 @@ Profeto - 足球 LLM 预测 + + +
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 66bc50b..b5efa91 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -33,7 +33,7 @@ function StandingsLayout({ children }: { children: React.ReactNode }) {
-

+

先知 Profeto @@ -80,7 +80,7 @@ function HomePage() {
-

+

先知 Profeto diff --git a/frontend/src/admin/AdminLayout.tsx b/frontend/src/admin/AdminLayout.tsx index 1948a68..cfbce1b 100644 --- a/frontend/src/admin/AdminLayout.tsx +++ b/frontend/src/admin/AdminLayout.tsx @@ -169,7 +169,7 @@ export default function AdminLayout() { > {/* 报头 */}
-

+

先知 Profeto diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index 2217c23..4eebf23 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -32,6 +32,8 @@ export default { }, }, fontFamily: { + // 毛笔字:先知刊头,书法艺术字体 + brush: ['"Ma Shan Zheng"', '"ZCOOL KuaiLe"', '"Noto Serif CJK SC"', 'serif'], // 标题与比分:宋体血统,报纸版面的骨架 serif: [ 'Georgia',