From b1f98c42a6b859b35c26e0722efb38a6e9c215be Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期三, 22 十月 2025 11:25:33 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20: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