fix: image import

This commit is contained in:
lilong.129
2024-09-12 00:02:21 +08:00
parent 4db467bf79
commit 390bba5063

View File

@@ -4,7 +4,9 @@ import (
"bytes"
"fmt"
"image"
_ "image/gif"
"image/jpeg"
_ "image/png"
"os"
"path/filepath"
"strings"