优化接口文档注册

This commit is contained in:
2025-02-16 16:44:57 +08:00
parent d832eef5a0
commit 4ddf55d371
3 changed files with 8 additions and 128 deletions

View File

@ -63,9 +63,3 @@ type UriParam struct {
const (
FieldNameMeta = "Meta" // 元信息字段
)
const (
SwaggerUIThemeDefault = "swaggerUI" // 文档默认主题
SwaggerUIThemeKnife4go = "knife4go" // knife4go 主题
SwaggerUIThemeYDocLucky = "YDocLuckyUI" // YDoc Lucky UI 主题: https://github.com/NoBugBoy/LuckyUI
)