Skip to content

Commit

Permalink
Beta92 (#245)
Browse files Browse the repository at this point in the history
* beta88

* beta89

* bugfix

* beta90

* beta91

* beta92
  • Loading branch information
Hoshinonyaruko authored Dec 16, 2023
1 parent 95c007a commit b0ac7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/message_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ func processActionMessageWithBase64PicReplace(base64Image string, message callap

// createCQImageMessage 从 base64 编码的图片创建 CQ 码格式的消息
func createCQImageMessage(base64Image string) string {
return "[CQ:image,file=" + base64Image + "]"
return "[CQ:image,file=base64://" + base64Image + "]"
}

// 处理at和其他定形文到onebotv11格式(cq码)
Expand Down

0 comments on commit b0ac7a8

Please sign in to comment.