From 760f840791aa43157e0dadcb2cee592584af1962 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 14 Feb 2025 19:28:21 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4/=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/common/controller/index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/common/controller/index.go b/src/modules/common/controller/index.go index 226dc7bb..efdde583 100644 --- a/src/modules/common/controller/index.go +++ b/src/modules/common/controller/index.go @@ -32,6 +32,6 @@ func (s *IndexController) Handler(c *gin.Context) { name := "OMC" version := libGlobal.Version // str := "欢迎使用%s核心网管理平台,当前版本:%s,请通过前台地址访问。" - str := "Welcome to the %s Core Network Management Platform, current version: %s, please access via the frontend address." + str := "%s Core Network Management, current version: %s" c.JSON(200, result.OkMsg(fmt.Sprintf(str, name, version))) }