现代化、开源的 Linux 服务器运维管理面板。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
160 B

package app
import (
_ "embed"
)
//go:embed app_config.yml
var Config []byte
//go:embed logo.png
var Logo []byte
//go:embed app_param.yml
var Param []byte