From c8d3e3bc65d9d1021c41b07fbbedd0c6afeb2b8c Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 10 六月 2025 23:57:22 +0800
Subject: [PATCH] 0312 版本号统一显示格式;表格重复加载;去除登录界面音乐;隐私界面调整;界面存在动画才增加根节点,无动画时默认组件可交互,点击空关闭mask的层级问题

---
 Main/Component/UI/Common/SortCell.cs |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/Main/Component/UI/Common/SortCell.cs b/Main/Component/UI/Common/SortCell.cs
index f37b9ee..a9c582a 100644
--- a/Main/Component/UI/Common/SortCell.cs
+++ b/Main/Component/UI/Common/SortCell.cs
@@ -1,20 +1,20 @@
-锘縰sing System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-using UnityEngine.UI;
+锘�// using System.Collections;
+// using System.Collections.Generic;
+// using UnityEngine;
+// using UnityEngine.UI;
 
-namespace EnhancedUI.EnhancedScroller
-{
-    public class SortCell : CellView
-    {
-        [SerializeField] Text m_SortTypeTxt;
-        public Text sortTypeTxt
-        {
-            get
-            {
-                return m_SortTypeTxt;
-            }
-        }
-    }
-}
+// namespace EnhancedUI.EnhancedScroller
+// {
+//     public class SortCell : CellView
+//     {
+//         [SerializeField] Text m_SortTypeTxt;
+//         public Text sortTypeTxt
+//         {
+//             get
+//             {
+//                 return m_SortTypeTxt;
+//             }
+//         }
+//     }
+// }
 

--
Gitblit v1.8.0