fix: enable profile auto-update by default

This commit is contained in:
Memory
2026-09-08 23:49:42 +08:00
committed by GitHub
parent a092eb50c3
commit 74cbbfeaa8

View File

@@ -484,7 +484,7 @@ export async function createProfile(item: Partial<IProfileItem>): Promise<IProfi
override: item.override || [],
useProxy: item.useProxy || false,
allowFixedInterval: item.allowFixedInterval || false,
autoUpdate: item.autoUpdate ?? false,
autoUpdate: item.autoUpdate ?? true,
authToken: item.authToken,
userAgent: item.userAgent,
ageSecretKey: item.ageSecretKey,