mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
new: Complete modules related to home page, archive page and article page
This commit is contained in:
11
config/mMenu.go
Normal file
11
config/mMenu.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package config
|
||||
|
||||
type mMenu struct {
|
||||
Items []mItem `yaml:"items"`
|
||||
}
|
||||
|
||||
type mItem struct {
|
||||
Name string `yaml:"name"`
|
||||
Icon string `yaml:"icon"`
|
||||
Url string `yaml:"url"`
|
||||
}
|
||||
Reference in New Issue
Block a user