From b0d1fe4e0acb0fa40c684069c0e9d77d7a65ace3 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 17 十月 2023 15:53:53 +0800 Subject: [PATCH] fix --- 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