chore: cache nextjs build for CI (#1771)

This commit is contained in:
Huang Xin
2025-08-09 13:28:38 +08:00
committed by GitHub
parent 09e65211b4
commit 452dc9f3e6
3 changed files with 11 additions and 3 deletions
@@ -326,6 +326,7 @@ const LayoutPanel: React.FC<SettingsPanelPanelProp> = ({ bookKey, onRegisterRese
useEffect(() => {
saveViewSettings(envConfig, bookKey, 'progressStyle', progressStyle, false, false);
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [progressStyle]);
useEffect(() => {