升级api-doc版本

This commit is contained in:
2025-02-16 17:28:22 +08:00
parent 4ddf55d371
commit 3774bda0ff
3 changed files with 10 additions and 8 deletions

View File

@ -33,7 +33,7 @@ func NewServer(port int, option any) *server {
Url: fmt.Sprintf("http://127.0.0.1:%d", port),
Description: "测试服务器",
},
}, apiDocDefine.SwaggerUIThemeYDocLucky), // TODO : 配置相关信息
}, apiDocDefine.SwaggerUIThemeKnife4go), // TODO : 配置相关信息
port: port,
}
}