chore: Correct typo in redirect text

This commit is contained in:
Jimes 2025-10-28 15:07:03 +00:00 committed by maninhill
parent 3f48bdb216
commit cee9d7ffb0
4 changed files with 4 additions and 4 deletions

View file

@ -672,7 +672,7 @@ func (b *BaseApi) UpdateAntiLeech(c *gin.Context) {
// @Security ApiKeyAuth
// @Security Timestamp
// @Router /websites/redirect/update [post]
// @x-panel-log {"bodyKeys":["websiteID"],"paramKeys":[],"BeforeFunctions":[{"input_column":"id","input_value":"websiteID","isList":false,"db":"websites","output_column":"primary_domain","output_value":"domain"}],"formatZH":"修改网站 [domain] 重定向配置 ","formatEN":"Update domain [domain] redirect config"}
// @x-panel-log {"bodyKeys":["websiteID"],"paramKeys":[],"BeforeFunctions":[{"input_column":"id","input_value":"websiteID","isList":false,"db":"websites","output_column":"primary_domain","output_value":"domain"}],"formatZH":"修改网站 [domain] 重定向配置 ","formatEN":"Update domain [domain] redirect config"}
func (b *BaseApi) UpdateRedirectConfig(c *gin.Context) {
var req request.NginxRedirectReq
if err := helper.CheckBindAndValidate(&req, c); err != nil {

View file

@ -19963,7 +19963,7 @@ const docTemplate = `{
"websiteID"
],
"formatEN": "Update domain [domain] redirect config",
"formatZH": "修改网站 [domain] 重定向配置 ",
"formatZH": "修改网站 [domain] 重定向配置 ",
"paramKeys": []
}
}

View file

@ -19959,7 +19959,7 @@
"websiteID"
],
"formatEN": "Update domain [domain] redirect config",
"formatZH": "修改网站 [domain] 重定向配置 ",
"formatZH": "修改网站 [domain] 重定向配置 ",
"paramKeys": []
}
}

View file

@ -2894,7 +2894,7 @@
"output_value": "domain"
}
],
"formatZH": "修改网站[domain]重定向配置",
"formatZH": "修改网站[domain]重定向配置",
"formatEN": "Updatedomain[domain]redirectconfig"
},
"/websites/rewrite/update": {