upgrade: 优化文档主题处理
This commit is contained in:
16
theme/embed.go
Normal file
16
theme/embed.go
Normal file
@ -0,0 +1,16 @@
|
||||
// Package theme ...
|
||||
//
|
||||
// Description : theme ...
|
||||
//
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
//
|
||||
// Date : 2025-08-23 09:23
|
||||
package theme
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed ydoc-lucky-ui/*
|
||||
var YdocUIFiles embed.FS
|
||||
|
||||
//go:embed redoc-free/index.html
|
||||
var RedocFreeIndexContent string
|
Reference in New Issue
Block a user