upgrade: 优化文档主题处理

This commit is contained in:
2025-08-23 09:26:29 +08:00
parent 90ca1f853f
commit a3b0c5f701
20 changed files with 22 additions and 10 deletions

16
theme/embed.go Normal file
View 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