稳定发布1.0.0

This commit is contained in:
2025-02-27 17:41:14 +08:00
parent b36e67f826
commit f251df5ce3
7 changed files with 47 additions and 27 deletions

View File

@@ -35,6 +35,7 @@ func Pause(ctrl *common.CtrlWait) leaf.HandlerFunc {
for {
select {
case <-originalCtx.Done():
cancel()
zap.S().Infoln("待机控制器监听结束")
return
case <-ctrl.R: