This commit is contained in:
develop202
2026-01-16 16:16:37 +08:00
parent 50f5c0bd60
commit 2cc560168a

View File

@@ -14,6 +14,7 @@ let updateResult = 2
for (let i = 0; i < 3; i++) {
try {
updateResult = await updateChannels()
break
} catch (error) {
printRed("接口更新出现问题,正在重试...")
}