From 71e6680b424f0ae3069ddd88aa965dc6c8fe6bd0 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Fri, 6 Dec 2024 11:34:04 +0800 Subject: [PATCH] test --- app/md/md_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/md/md_config.go b/app/md/md_config.go index 504a258..c0cab53 100644 --- a/app/md/md_config.go +++ b/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"` }