feat: 添加喜报功能

This commit is contained in:
lixiangwuxian
2024-10-09 01:30:50 +08:00
parent f5e9b74c5a
commit c13b7f2068
12 changed files with 95 additions and 18 deletions

6
go.mod
View File

@@ -3,7 +3,13 @@ module git.lxtend.com/qqbot
go 1.22.6
require (
github.com/fogleman/gg v1.3.0
github.com/gorilla/websocket v1.5.3
github.com/mattn/go-sqlite3 v1.14.23
github.com/sashabaranov/go-openai v1.30.3
)
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
golang.org/x/image v0.21.0 // indirect
)