音色可配置

This commit is contained in:
2024-11-26 17:51:40 +08:00
parent 4df77f15d9
commit aa634c8860
5 changed files with 20 additions and 5 deletions

View File

@@ -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 <- "卡片数据"
}()