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/LongPressButton.cs | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/Main/Component/UI/Common/LongPressButton.cs b/Main/Component/UI/Common/LongPressButton.cs
index a4d85a4..b84d4ce 100644
--- a/Main/Component/UI/Common/LongPressButton.cs
+++ b/Main/Component/UI/Common/LongPressButton.cs
@@ -6,8 +6,6 @@
using UnityEngine.Serialization;
using UnityEngine.UI;
-namespace vnxbqy.UI
-{
public class LongPressButton : ButtonEx
{
public class ButtonPressEvent : UnityEvent { }
@@ -97,6 +95,4 @@
m_LongPress = false;
m_IsButtonDown = false;
}
- }
-}
-
+ }
\ No newline at end of file
--
Gitblit v1.8.0