From c0c81cdc051b663dfdcacfa3932167394d4b2a3d Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期五, 09 一月 2026 10:44:48 +0800
Subject: [PATCH] 251 每日特惠-客户端
---
Main/Config/Configs/CTGConfig.cs | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Main/Config/Configs/CTGConfig.cs b/Main/Config/Configs/CTGConfig.cs
index 44e7f96..04e00b4 100644
--- a/Main/Config/Configs/CTGConfig.cs
+++ b/Main/Config/Configs/CTGConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: 2025骞�11鏈�9鏃�
+// [ Date ]: Friday, January 9, 2026
//--------------------------------------------------------
using System.Collections.Generic;
@@ -31,6 +31,7 @@
public int[][] SelectItemInfo;
public string Icon;
public int PayType;
+ public int SortNum;
public int Percentage;
public override int LoadKey(string _key)
@@ -73,7 +74,9 @@
int.TryParse(tables[14],out PayType);
- int.TryParse(tables[15],out Percentage);
+ int.TryParse(tables[15],out SortNum);
+
+ int.TryParse(tables[16],out Percentage);
}
catch (Exception exception)
{
--
Gitblit v1.8.0