mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/mihomo-party-org/clash-party.git
synced 2026-09-20 08:03:39 +08:00
fix: enable profile auto-update by default
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user