UI相关优化补充

This commit is contained in:
2026-05-25 13:21:41 +08:00
parent 3c812cfb41
commit a1f9122153
54 changed files with 2008 additions and 112 deletions

View File

@@ -1,6 +1,10 @@
using UnityEngine;
using BaseGames.Core;
using BaseGames.Core.Events;
// 项目内存在两份同名枚举Core.ColorblindMode 与 Core.Events.ColorblindMode
// AccessibilitySettingsSO / ColorBlindFilter / ColorblindModeEventChannelSO 使用 Events 版本,
// 因此在本文件中明确以 Events 版本消歧,避免 CS0104。
using ColorblindMode = BaseGames.Core.Events.ColorblindMode;
namespace BaseGames.Support.Accessibility
{