From 5017131971e6ac8f31adc2ed1e25583738b420a2 Mon Sep 17 00:00:00 2001 From: Tong <1025782220@qq.com> Date: 星期一, 06 九月 2021 13:18:00 +0800 Subject: [PATCH] 删除启动页Label --- HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs index 3db3fcd..edb2001 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs @@ -991,17 +991,17 @@ { switch (strValue) { - case "(0,1000]": + case "(0,399]": { text = Language.StringByID(StringId.zhengchang) + ":0~399PPB"; } break; - case "(1001,2000]": + case "(400,699]": { text = Language.StringByID(StringId.chaobiao) + ":400~699PPB"; } break; - case "(2000,200000]": + case "(700,70000]": { text = Language.StringByID(StringId.yanzhong) + ":>700PPB"; } -- Gitblit v1.8.0