From 16dba0ff4d2eed7f5a4a7c37640f158ee9f73d8c Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期五, 05 六月 2026 19:22:43 +0800
Subject: [PATCH] 669 子 【武将】武将系统 / 时装新增开服天数显示入口字段

---
 Main/System/HeroUI/HeroCollectionWin.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Main/System/HeroUI/HeroCollectionWin.cs b/Main/System/HeroUI/HeroCollectionWin.cs
index 7257a55..231f45a 100644
--- a/Main/System/HeroUI/HeroCollectionWin.cs
+++ b/Main/System/HeroUI/HeroCollectionWin.cs
@@ -60,6 +60,8 @@
 
     private void OnDayEvent()
     {
+        // 杩囧ぉ鏃� OpenDay 鍙兘鍙樺寲锛屽厛鍒锋柊鍥鹃壌绾㈢偣鐘舵�侊紝鍐嶉噸缁樺垪琛�
+        HeroUIManager.Instance.UpdateHeroBookRedpoint();
         HeroUIManager.Instance.SortHeroCollectList();
         CreateScroller();
     }

--
Gitblit v1.8.0