From 66df37b139aebcde94ce718badf4db07d5ccec17 Mon Sep 17 00:00:00 2001 From: ldw <11622064+ldw888@user.noreply.gitee.com> Date: Fri, 26 Sep 2025 19:44:13 +0800 Subject: [PATCH] 1 --- JinYuan.ControlCenter/ControlCenter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JinYuan.ControlCenter/ControlCenter.cs b/JinYuan.ControlCenter/ControlCenter.cs index 590cc86..d5e99d7 100644 --- a/JinYuan.ControlCenter/ControlCenter.cs +++ b/JinYuan.ControlCenter/ControlCenter.cs @@ -132,7 +132,7 @@ namespace JinYuan.ControlCenters DicStationFunction = new Dictionary(); DicStationFunction.Add("电芯进站", FeedingStation); - DicStationFunction.Add("NG出站", NGStation); + // DicStationFunction.Add("NG出站", NGStation); DicStationFunction.Add("电芯出站", BlankingStation); for (int i = 0; i < CommonMethods.ChatLineCount; i++)