style: 调整/路由提示信息

This commit is contained in:
TsMask
2025-02-14 19:28:21 +08:00
parent 344e9802d8
commit 760f840791

View File

@@ -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)))
}