From 9705833cb610ea2a5147fafa8a2279020f98ed48 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 13 十一月 2025 15:04:41 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/Main/FunctionsBaseWin.cs |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/Main/System/Main/FunctionsBaseWin.cs b/Main/System/Main/FunctionsBaseWin.cs
index a4b8e4e..a648552 100644
--- a/Main/System/Main/FunctionsBaseWin.cs
+++ b/Main/System/Main/FunctionsBaseWin.cs
@@ -111,4 +111,14 @@
     {
         SelectBottomTab(index);
     }
+
+    public void ClickFuncBtn(int index)
+    {
+        if (tabButtons[index].isLock)
+        {
+            return;
+        }
+        tabButtons[index].SelectBtn();
+        SelectBottomTab(index);
+    }
 }
\ No newline at end of file

--
Gitblit v1.8.0