17 lines
281 B
Go
17 lines
281 B
Go
// 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
|