mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-26 20:50:30 +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…
x
Reference in New Issue
Block a user