This commit is contained in:
user123
2026-01-30 01:13:35 +08:00
parent 2747d23dfe
commit 9927adf716
2 changed files with 7 additions and 1 deletions

View File

@@ -735,7 +735,7 @@ func runInstallFlowCmd() tea.Msg {
}
func tickCmd() tea.Cmd {
return tea.Tick(2*time.Second, func(t time.Time) tea.Msg {
return tea.Tick(1*time.Second, func(t time.Time) tea.Msg {
return tickMsg(t)
})
}