Files
MollyBlog/config/mSite.go
2024-12-19 15:21:36 +08:00

10 lines
191 B
Go

package config
type mSite struct {
Info mInfo `yaml:"info"`
Menu mMenu `yaml:"menu"`
Post mPost `yaml:"post"`
About mAbout `yaml:"about"`
Friend mFriend `yaml:"friend"`
}