mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
8 lines
116 B
Go
8 lines
116 B
Go
package config
|
|
|
|
type mSite struct {
|
|
Info mInfo `yaml:"info"`
|
|
Menu mMenu `yaml:"menu"`
|
|
Post mPost `yaml:"post"`
|
|
}
|