huangjiajun 2週間前
コミット
71e6680b42
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      app/md/md_config.go

+ 1
- 1
app/md/md_config.go ファイルの表示

@@ -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"`
}


読み込み中…
キャンセル
保存