From 3772694edf48b387db63d2fcef73d5e581f69c52 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 2 Jan 2025 11:25:26 +0800 Subject: [PATCH] perf: change to dot spinner --- pkg/proxy/parser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/proxy/parser.go b/pkg/proxy/parser.go index 52550573..58424653 100644 --- a/pkg/proxy/parser.go +++ b/pkg/proxy/parser.go @@ -586,7 +586,7 @@ func (p *Parser) waitCommandConfirm() { titleMsg := lang.T("Need ticket confirm to execute command, already send email to the reviewers") reviewersMsg := fmt.Sprintf(lang.T("Ticket Reviewers: %s"), strings.Join(reviewers, ", ")) detailURLMsg := fmt.Sprintf(lang.T("Could copy website URL to notify reviewers: %s"), detailURL) - spinner := []string{"|", "/", "-", "\\"} + spinner := []string{". ", ".. ", "... "} var tipString strings.Builder tipString.WriteString(utils.CharNewLine) tipString.WriteString(titleMsg)