Files
MollyBlog/config/mAbout.go
2024-12-19 11:23:19 +08:00

9 lines
166 B
Go

package config
type mAbout struct {
Title string `yaml:"title"`
SRC string `yaml:"src"`
DST string `yaml:"dst"`
Filename string `yaml:"filename"`
}