Skip to content

Commit 109b766

Browse files
chore(lint): 改进代码样式 (#1151)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8da52a2 commit 109b766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/animetrace/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func processImageRecognition(ctx *zero.Ctx, model string) {
6767
ctx.Send(message.Text("下载图片失败: ", err))
6868
return
6969
}
70-
//ctx.Send(message.Text(model))
70+
// ctx.Send(message.Text(model))
7171
respBody, err := createAndSendMultipartRequest("https://api.animetrace.com/v1/search", imageData, map[string]string{
7272
"is_multi": "0",
7373
"model": model,

0 commit comments

Comments
 (0)