From f67d4150f13026721abf0ae1c8f5f732121ff1af Mon Sep 17 00:00:00 2001 From: Moon <3232825542@qq.com> Date: Wed, 22 Oct 2025 11:51:11 +0800 Subject: [PATCH] fix: smartcore initial state in template.ts --- src/main/utils/template.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/utils/template.ts b/src/main/utils/template.ts index 2d4df0d..e3438b7 100644 --- a/src/main/utils/template.ts +++ b/src/main/utils/template.ts @@ -1,6 +1,6 @@ export const defaultConfig: IAppConfig = { core: 'mihomo', - enableSmartCore: true, + enableSmartCore: false, enableSmartOverride: true, smartCoreUseLightGBM: false, smartCoreCollectData: false,