mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 21:20:29 +08:00
fix lose override
This commit is contained in:
parent
2c5aa1a482
commit
71bb2c5f05
@ -103,6 +103,7 @@ export async function createProfile(item: Partial<IProfileItem>): Promise<IProfi
|
||||
type: item.type,
|
||||
url: item.url,
|
||||
interval: item.interval || 0,
|
||||
override: item.override || [],
|
||||
updated: new Date().getTime()
|
||||
} as IProfileItem
|
||||
switch (newItem.type) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user