From be7960f042cbb225118f7b8fdfffee7bb3130299 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Fri, 6 Dec 2024 18:20:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E8=AE=BE=E7=BD=AE-=E7=BD=91?= =?UTF-8?q?=E7=AB=99=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/hdl/website/hdl_website.go | 2 +- docs/docs.go | 2 +- docs/swagger.json | 2 +- docs/swagger.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/hdl/website/hdl_website.go b/app/hdl/website/hdl_website.go index 85246eb..bb7ace4 100644 --- a/app/hdl/website/hdl_website.go +++ b/app/hdl/website/hdl_website.go @@ -36,7 +36,7 @@ func WebsiteInfo(c *gin.Context) { // GetModuleSetting // @Summary 页面样式 -// @Tags 页面样式 +// @Tags 官网 // @Description 页面样式 // @Accept json // @Produce json diff --git a/docs/docs.go b/docs/docs.go index 04b4b0a..e5fe7d1 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -7523,7 +7523,7 @@ const docTemplate = `{ "application/json" ], "tags": [ - "页面样式" + "官网" ], "summary": "页面样式", "parameters": [ diff --git a/docs/swagger.json b/docs/swagger.json index 65e75a0..1639d5e 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -7515,7 +7515,7 @@ "application/json" ], "tags": [ - "页面样式" + "官网" ], "summary": "页面样式", "parameters": [ diff --git a/docs/swagger.yaml b/docs/swagger.yaml index f30e7ac..7efe25c 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -9824,7 +9824,7 @@ paths: $ref: '#/definitions/md.Response' summary: 页面样式 tags: - - 页面样式 + - 官网 /api/website/info: get: consumes: