Remove console logs for silent PWA state restoration optimization

Co-authored-by: jxxghp <jxxghp@163.com>
This commit is contained in:
Cursor Agent
2025-07-06 10:31:35 +00:00
parent dc174e81cf
commit 3726c472fc
9 changed files with 13 additions and 839 deletions

View File

@@ -76,7 +76,7 @@ export class PWALoadingStateManager {
try {
listener(isLoading)
} catch (error) {
console.error('加载状态监听器错误:', error)
// 静默处理错误
}
})
}