fix: 缓存容器刷新状态 (#2840)

pull/2845/head
ssongliu 2023-11-08 09:37:29 +08:00 committed by GitHub
parent d8588d06ce
commit 53e18b2aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ const changeRefresh = () => {
timer = null;
}
}
localStorage.setItem(props.title, refreshRate.value + '');
};
onUnmounted(() => {