fix high CPU usage

This commit is contained in:
pompurin404 2024-09-20 17:52:53 +08:00
parent 966a02c96d
commit 492aed353b
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View File

@ -7,3 +7,7 @@
- 支持自定义主题
- 复制环境变量类型支持多选
- 添加用户验证相关设置
### Bug Fixes
- 修复设置页面 CPU 占用异常的问题

View File

@ -47,7 +47,7 @@ const GeneralConfig: React.FC = () => {
resolveThemes().then((themes) => {
setCustomThemes(themes)
})
})
}, [])
return (
<>