From e1757b8dac92acd3063b203e12390ccab30c9ffe Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期二, 17 三月 2026 19:13:32 +0800
Subject: [PATCH] 262 幻境阁-客户端 支持配表排序
---
Main/Config/Configs/ChatBubbleBoxConfig.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Main/Config/Configs/ChatBubbleBoxConfig.cs b/Main/Config/Configs/ChatBubbleBoxConfig.cs
index b851bc7..b6b718d 100644
--- a/Main/Config/Configs/ChatBubbleBoxConfig.cs
+++ b/Main/Config/Configs/ChatBubbleBoxConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: 2025骞�12鏈�1鏃�
+// [ Date ]: 2026骞�3鏈�17鏃�
//--------------------------------------------------------
using System.Collections.Generic;
@@ -35,6 +35,7 @@
public int Top;
public int[] MyColor;
public int[] OtherColor;
+ public int SortIndex;
public override int LoadKey(string _key)
{
@@ -167,6 +168,8 @@
int.TryParse(OtherColorStringArray[i],out OtherColor[i]);
}
}
+
+ int.TryParse(tables[19],out SortIndex);
}
catch (Exception exception)
{
--
Gitblit v1.8.0