From 9e89e605d5429babb4b33df2e47ea86dff9d2ba7 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 20 十一月 2025 11:55:04 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/Recharge/RechargeManager.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Main/System/Recharge/RechargeManager.cs b/Main/System/Recharge/RechargeManager.cs
index 99d840c..860d6f1 100644
--- a/Main/System/Recharge/RechargeManager.cs
+++ b/Main/System/Recharge/RechargeManager.cs
@@ -107,8 +107,8 @@
#region 閰嶇疆
private static string[] lineSplit = new string[] { "</r>" };
- private int m_CTGDelayTime = 1; // 鍏呭�肩殑鍏叡闂撮殧锛岃閰嶇疆ChargeDelayTime
- private int m_CTGLimitDelayTime = 1; // 闄愯喘鍟嗗搧鐨勫厖鍊奸棿闅旓紝瑙侀厤缃瓹hargeDelayTime
+ private int m_CTGDelayTime = 0; // 鍏呭�肩殑鍏叡闂撮殧锛岃閰嶇疆ChargeDelayTime
+ private int m_CTGLimitDelayTime = 0; // 闄愯喘鍟嗗搧鐨勫厖鍊奸棿闅旓紝瑙侀厤缃瓹hargeDelayTime
//澶氬�嶅浘鐗�
public Dictionary<int, string> MultiRechageImageDict = new Dictionary<int, string>();
--
Gitblit v1.8.0