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