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' && (