refactor: improve error handling in AppDataProvider and enhance configuration update logic in CoreManager

This commit is contained in:
xmk23333
2025-10-20 13:26:24 +08:00
parent b77cc012e1
commit 786c981fe0
5 changed files with 67 additions and 35 deletions

View File

@@ -35,6 +35,9 @@ export const AppDataProvider = ({
suspense: false,
errorRetryCount: 2,
dedupingInterval: 3000,
onError: (err) => {
console.warn("[DataProvider] 代理数据获取失败:", err);
},
},
);