Skip to content

Commit

Permalink
添加SmartEdit功能。该功能包括查看和编辑YAML文件的能力,并为每种资源类型提供相应的文档查看功能。
Browse files Browse the repository at this point in the history
  • Loading branch information
weibaohui committed Oct 15, 2024
1 parent 1afca97 commit bfc63de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/doc/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type DetailReq struct {
}

func Detail(c *gin.Context) {
// 考虑增加AI翻译
// TODO 考虑增加AI翻译
detail := &DetailReq{}
err := c.ShouldBindBodyWithJSON(&detail)
if err != nil {
Expand Down

0 comments on commit bfc63de

Please sign in to comment.