mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 13:10: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) => {
|
resolveThemes().then((themes) => {
|
||||||
setCustomThemes(themes)
|
setCustomThemes(themes)
|
||||||
})
|
})
|
||||||
})
|
}, [])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user