From 154e2787d5e06531ff3ea99fd8bdf564d2ef8076 Mon Sep 17 00:00:00 2001 From: moon <3232825542@qq.com> Date: Sun, 19 Oct 2025 18:36:01 +0800 Subject: [PATCH] fix: core-initial-state --- src/renderer/src/pages/mihomo.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/src/pages/mihomo.tsx b/src/renderer/src/pages/mihomo.tsx index 7212662..c2dbe28 100644 --- a/src/renderer/src/pages/mihomo.tsx +++ b/src/renderer/src/pages/mihomo.tsx @@ -36,7 +36,7 @@ const Mihomo: React.FC = () => { const { core = 'mihomo', specificVersion, - enableSmartCore = true, + enableSmartCore = false, enableSmartOverride = true, smartCoreUseLightGBM = false, smartCoreCollectData = false, @@ -414,7 +414,7 @@ const Mihomo: React.FC = () => { {/* Smart 覆写开关 */} - {enableSmartCore && ( + {enableSmartCore && core === 'mihomo-smart' && (