From 4a598a4d1289039928bab05e14dd5735ad219a0f Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 13 十月 2023 16:48:22 +0800 Subject: [PATCH] bug修改 --- constvar/const.go | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/constvar/const.go b/constvar/const.go index 20784bc..98cfd24 100644 --- a/constvar/const.go +++ b/constvar/const.go @@ -204,3 +204,7 @@ } return true } + +const ( + SystemType = 2 +) -- Gitblit v1.8.0