From dc7922d80c1d133b6261b8af1d521567d2c0a35d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 30 十月 2025 16:51:39 +0800
Subject: [PATCH] Merge branch 'master' of http://mobile.secondworld.net.cn:10010/r/Project_SG_scripts

---
 Main/System/Message/RichNormalEvent.cs |   51 +++++++++++++++++++++++++--------------------------
 1 files changed, 25 insertions(+), 26 deletions(-)

diff --git a/Main/System/Message/RichNormalEvent.cs b/Main/System/Message/RichNormalEvent.cs
index 9e4ba47..97e8ad4 100644
--- a/Main/System/Message/RichNormalEvent.cs
+++ b/Main/System/Message/RichNormalEvent.cs
@@ -1,5 +1,4 @@
-锘縰sing vnxbqy.UI;
-using System;
+锘縰sing System;
 using System.Collections.Generic;
 using System.Text;
 
@@ -95,29 +94,29 @@
             //         }
             //     }
             //     break;
-            // case RichTextEventEnum.OPENUI:
-            //     {
-            //         int id = 0;
-            //         if (int.TryParse(href.mSplits["openui"], out id))
-            //         {
-            //             WindowJumpMgr.Instance.WindowJumpTo((JumpUIType)id);
-            //         }
-            //         else
-            //         {
-            //             var list = href.mSplits["openui"].Split('_');
-            //             int funcOrder = 0;
-            //             if (list.Length != 1)
-            //             {
-            //                 funcOrder = int.Parse(list[1]);
-            //             }
-            //             WindowJumpMgr.Instance.WindowJumpToEx(list[0], 1, 0, funcOrder);
-            //             if (list.Length > 2)
-            //             {
-            //                 ModelCenter.Instance.GetModel<RoleModel>().openUIMark = int.Parse(list[2]);
-            //             }
-            //         }
-            //     }
-            //     break;
+            case RichTextEventEnum.OPENUI:
+                {
+                    // int id = 0;
+                    // if (int.TryParse(href.mSplits["openui"], out id))
+                    // {
+                    //     WindowJumpMgr.Instance.WindowJumpTo((JumpUIType)id);
+                    // }
+                    // else
+                    // {
+                    //     var list = href.mSplits["openui"].Split('_');
+                    //     int funcOrder = 0;
+                    //     if (list.Length != 1)
+                    //     {
+                    //         funcOrder = int.Parse(list[1]);
+                    //     }
+                    //     WindowJumpMgr.Instance.WindowJumpToEx(list[0], 1, 0, funcOrder);
+                    //     if (list.Length > 2)
+                    //     {
+                    //         ModelCenter.Instance.GetModel<RoleModel>().openUIMark = int.Parse(list[2]);
+                    //     }
+                    // }
+                }
+                break;
             // case RichTextEventEnum.OPENURL:
             //     {
             //         var url = href.mSplits["openurl"];
@@ -337,7 +336,7 @@
         //             {
         //                 colorType = RichTextMgr.Inst.presentRichText.colorType == RichText.ColorType.Dark ? 0 : 1;
         //             }
-        //             var fightPoint = PlayerDatas.Instance.baseData.FightPoint;
+        //             var fightPoint = PlayerDatas.Instance.baseData.FightPower;
         //             ulong targetValue = 0;
         //             var infoArray = dic["myfightpoint"].Split('_');
         //             if (infoArray.Length > 1)

--
Gitblit v1.8.0