mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-15 19:22:31 +08:00
fix high CPU usage
This commit is contained in:
parent
966a02c96d
commit
492aed353b
|
@ -7,3 +7,7 @@
|
|||
- 支持自定义主题
|
||||
- 复制环境变量类型支持多选
|
||||
- 添加用户验证相关设置
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- 修复设置页面 CPU 占用异常的问题
|
||||
|
|
|
@ -47,7 +47,7 @@ const GeneralConfig: React.FC = () => {
|
|||
resolveThemes().then((themes) => {
|
||||
setCustomThemes(themes)
|
||||
})
|
||||
})
|
||||
}, [])
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
Loading…
Reference in New Issue
Block a user