解决部分已知bug
This commit is contained in:
@@ -9,6 +9,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// TickerAction 定时器动作,用于在指定时间点执行打印和语音播报
|
||||
func TickerAction() leaf.HandlerFunc {
|
||||
return func(c *leaf.Context) {
|
||||
pm := leaf.Value[*schema.PlayModal](c, PayloadJSONKey)
|
||||
|
||||
Reference in New Issue
Block a user