| src/store/bedsideAuxiliaryScreen.ts | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/store/bedsideAuxiliaryScreen.ts
@@ -77,7 +77,7 @@ // 重连控制 let retryCount = 0; const maxRetryCount = 60; const maxRetryCount = 6000 * 60 * 24 * 30; const baseRetryDelay = 1000; // 1秒开始重连延迟 /**