feat: 迁移swaggerUI处理

This commit is contained in:
2026-01-08 10:06:18 +08:00
parent 2ad85fd950
commit b174a57b7f
21 changed files with 207 additions and 8 deletions

16
router/embed.go Normal file
View File

@@ -0,0 +1,16 @@
// Package router ...
//
// Description : theme ...
//
// Author : go_developer@163.com<白茶清欢>
//
// Date : 2025-08-23 09:23
package router
import "embed"
//go:embed theme/ydoc-lucky-ui/*
var YdocUIFiles embed.FS
//go:embed theme/redoc-free/index.html
var RedocFreeIndexContent string