We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da30e8 commit de4ac10Copy full SHA for de4ac10
pkg/bot/api_handler.go
@@ -2,6 +2,9 @@ package bot
2
3
import (
4
"bytes"
5
+ _ "image/gif" // 用于解决发不出图片的问题
6
+ _ "image/jpeg"
7
+ _ "image/png"
8
"math"
9
"strconv"
10
_ "unsafe"
0 commit comments