From 6cb439c3b2462c9f9099bf341f92e88a2d5bb6b8 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 09 十月 2025 17:37:11 +0800
Subject: [PATCH] 257 子 【配套功能】新手引导 / 【常规】引导  - 打包

---
 Main/Component/UI/Core/TextImage.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Main/Component/UI/Core/TextImage.cs b/Main/Component/UI/Core/TextImage.cs
index 796e4d8..e92277e 100644
--- a/Main/Component/UI/Core/TextImage.cs
+++ b/Main/Component/UI/Core/TextImage.cs
@@ -19,8 +19,7 @@
     protected override void Awake()
     {
         base.Awake();
-        // todo yyl
-        // base.font = FontUtility.preferred;
+        base.font = FontUtility.preferred;
         // base.material = MaterialUtility.hudMaterial;
 
         if (sprite != null)

--
Gitblit v1.8.0