From 71cc6deae4b873c3382895054fe2bd6816290755 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 22 九月 2023 20:25:25 +0800 Subject: [PATCH] 增加安全生产提示语配置 --- conf/config.go | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/conf/config.go b/conf/config.go index 9b10476..1f9122b 100644 --- a/conf/config.go +++ b/conf/config.go @@ -76,6 +76,10 @@ StandbyTime int64 } + Prompt struct { + SafeProduce string `json:"safeProduce,omitempty"` + } + config struct { // 绯荤粺閰嶇疆 System System @@ -94,6 +98,8 @@ //PLC PLC plc + + Prompt Prompt } ) -- Gitblit v1.8.0