mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
fix: adjust swr option
This commit is contained in:
@@ -76,7 +76,7 @@ const Layout = () => {
|
||||
}, [language]);
|
||||
|
||||
return (
|
||||
<SWRConfig value={{}}>
|
||||
<SWRConfig value={{ errorRetryCount: 3 }}>
|
||||
<ThemeProvider theme={theme}>
|
||||
<Paper
|
||||
square
|
||||
|
||||
Reference in New Issue
Block a user