This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_app
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
test
master
huangjiajun
2 weeks ago
parent
39485917f3
commit
71e6680b42
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/md/md_config.go
+ 1
- 1
app/md/md_config.go
View File
@@ -13,7 +13,7 @@ type ConfigResp struct {
Seo Seo `json:"seo"`
}
type Seo struct {
SeoTitle string `json:"seo_title"`
SeoTitle string `json:"seo_title"
example:"seo"
`
SeoLogo string `json:"seo_logo"`
WebLogo string `json:"web_logo"`
}
Write
Preview
Loading…
Cancel
Save