播放游戏时,停止待机任务

This commit is contained in:
2025-02-26 19:45:47 +08:00
parent 8b080a8081
commit 593d7758bf
19 changed files with 422 additions and 275 deletions

View File

@@ -6,10 +6,11 @@ type TTSTimer struct {
}
type TTSModal struct {
Start string `json:"start"`
End string `json:"end"`
Stop string `json:"stop"`
Timer []TTSTimer `json:"timer"`
Start string `json:"start"`
End string `json:"end"`
Stop string `json:"stop"`
Timeout string `json:"timeout"`
Timer []TTSTimer `json:"timer"`
}
type PrintModal struct {