1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-08 13:06:05 +08:00

fix(client): gif image

This commit is contained in:
wdvxdr 2021-04-25 20:59:05 +08:00
parent 69b3e62e0e
commit 1813103b3f
No known key found for this signature in database
GPG Key ID: 55FF1414A69CEBA6

View File

@ -5,6 +5,7 @@ import (
"encoding/hex" "encoding/hex"
"fmt" "fmt"
"image" "image"
_ "image/gif"
"io" "io"
"math/rand" "math/rand"
"os" "os"