fix: core-initial-state

This commit is contained in:
moon 2025-10-19 18:36:01 +08:00 committed by Memory
parent 236ad0ab43
commit 154e2787d5

View File

@ -36,7 +36,7 @@ const Mihomo: React.FC = () => {
const { const {
core = 'mihomo', core = 'mihomo',
specificVersion, specificVersion,
enableSmartCore = true, enableSmartCore = false,
enableSmartOverride = true, enableSmartOverride = true,
smartCoreUseLightGBM = false, smartCoreUseLightGBM = false,
smartCoreCollectData = false, smartCoreCollectData = false,
@ -414,7 +414,7 @@ const Mihomo: React.FC = () => {
</SettingItem> </SettingItem>
{/* Smart 覆写开关 */} {/* Smart 覆写开关 */}
{enableSmartCore && ( {enableSmartCore && core === 'mihomo-smart' && (
<SettingItem <SettingItem
title={ title={
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">