Merge remote-tracking branch 'origin/main' into multi-tenant

This commit is contained in:
TsMask
2025-02-14 20:15:14 +08:00
6 changed files with 11 additions and 5 deletions

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