Skip to content

Commit 007ee1d

Browse files
committed
🤡测试导包
1 parent 4d30f3d commit 007ee1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugin/aichat/main.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
package aichat
33

44
import (
5+
"fmt"
56
"math/rand"
67
"strconv"
78
"strings"
@@ -15,6 +16,7 @@ import (
1516

1617
"github.com/FloatTech/floatbox/process"
1718
ctrl "github.com/FloatTech/zbpctrl"
19+
"github.com/FloatTech/zbputils/airecord"
1820
"github.com/FloatTech/zbputils/chat"
1921
"github.com/FloatTech/zbputils/control"
2022
)
@@ -139,6 +141,8 @@ func init() {
139141
if t == "" {
140142
continue
141143
}
144+
recCfg := airecord.GetRecordConfig()
145+
fmt.Println(recCfg)
142146
if id != nil {
143147
id = ctx.SendChain(message.Reply(id), message.Text(t))
144148
} else {

0 commit comments

Comments
 (0)