From 39001a600fcae2bcf27c225df8752d75fb92fef4 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 31 十月 2025 11:18:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/Config/Configs/GuideConfig.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Main/Config/Configs/GuideConfig.cs b/Main/Config/Configs/GuideConfig.cs
index 422390e..6ae4012 100644
--- a/Main/Config/Configs/GuideConfig.cs
+++ b/Main/Config/Configs/GuideConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: 2025骞�10鏈�9鏃�
+// [ Date ]: 2025骞�10鏈�11鏃�
//--------------------------------------------------------
using System.Collections.Generic;
@@ -23,6 +23,7 @@
public string WinName;
public int PreGuideId;
public int[] Steps;
+ public int NoRecord;
public override int LoadKey(string _key)
{
@@ -59,6 +60,8 @@
int.TryParse(StepsStringArray[i],out Steps[i]);
}
}
+
+ int.TryParse(tables[7],out NoRecord);
}
catch (Exception exception)
{
--
Gitblit v1.8.0