From aa8e42f75eb83f6e93be79d651b1b75baedf20b2 Mon Sep 17 00:00:00 2001 From: lhiven <2366881222@qq.com> Date: Wed, 27 Dec 2023 14:36:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=98=AF=E5=90=A6=E5=90=AF?= =?UTF-8?q?=E7=94=A8=E4=BA=8C=E6=AE=B5=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.SkyLine/Commom/GlobalVar.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Rs.SkyLine/Commom/GlobalVar.cs b/Rs.SkyLine/Commom/GlobalVar.cs index 9c9e738..e0140b0 100644 --- a/Rs.SkyLine/Commom/GlobalVar.cs +++ b/Rs.SkyLine/Commom/GlobalVar.cs @@ -752,5 +752,16 @@ namespace Rs.Framework return SysConfigParam.GetValue(nameof(EnableTurnoverTrayRecheck)); } } + + /// + /// 启用二段速度 + /// + public static bool EnableTwoSpeed + { + get + { + return false; + } + } } }