fix: smartcore initial state in template.ts

This commit is contained in:
Moon 2025-10-22 11:51:11 +08:00 committed by GitHub
parent 605351a498
commit f67d4150f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
export const defaultConfig: IAppConfig = { export const defaultConfig: IAppConfig = {
core: 'mihomo', core: 'mihomo',
enableSmartCore: true, enableSmartCore: false,
enableSmartOverride: true, enableSmartOverride: true,
smartCoreUseLightGBM: false, smartCoreUseLightGBM: false,
smartCoreCollectData: false, smartCoreCollectData: false,