mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2026-07-29 19:09:30 +08:00
chore: 请求错误提示
This commit is contained in:
+2
-2
@@ -102,8 +102,8 @@ if (!localStorage.getItem(DEFAULT_BGM_STORAGE_KEY)) {
|
|||||||
}
|
}
|
||||||
loadTheme();
|
loadTheme();
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch(({ error }) => {
|
||||||
errorTip(e);
|
errorTip(error);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
loadTheme();
|
loadTheme();
|
||||||
|
|||||||
Reference in New Issue
Block a user