音色可配置
This commit is contained in:
@@ -28,6 +28,7 @@ func WaitCard(c *leaf.Context) {
|
||||
wait.Add(1)
|
||||
go func() {
|
||||
defer wait.Done()
|
||||
//TODO: 模拟卡片 3s 插入
|
||||
time.Sleep(3 * time.Second)
|
||||
a <- "卡片数据"
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user