From c809a4e4c754e9bdd375efa4880ad7fc639e8d94 Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Sat, 24 May 2025 20:43:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF=E9=83=A8?= =?UTF-8?q?=E5=88=86=E7=BB=9F=E4=B8=80=E5=88=A0=E9=99=A4=EF=BC=8C=E4=B9=8B?= =?UTF-8?q?=E5=90=8E=E6=89=80=E6=9C=89=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E8=B5=B0=E8=AE=A4=E8=AF=81=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/tool.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/handler/tool.go b/handler/tool.go index 3f4e975..1c93c5b 100644 --- a/handler/tool.go +++ b/handler/tool.go @@ -80,6 +80,9 @@ func SetUpToolGroup(router *gin.Engine) { //文本转为文档接口 toolGroup.POST("/text_to_docx", HandleMessageTextToDocx) toolGroup.GET("/get_text_docx_set", GetTextDocxSet) + //前端用户ui配置 + toolGroup.GET("/get_user_ui_config", GetUserUIConfig) //获取用户ui配置 + toolGroup.POST("/set_user_ui_config", SetUserUIConfig) //设置用户ui配置 } func SetDeviceStatusV2(c *gin.Context) {