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,
|
type: item.type,
|
||||||
url: item.url,
|
url: item.url,
|
||||||
interval: item.interval || 0,
|
interval: item.interval || 0,
|
||||||
|
override: item.override || [],
|
||||||
updated: new Date().getTime()
|
updated: new Date().getTime()
|
||||||
} as IProfileItem
|
} as IProfileItem
|
||||||
switch (newItem.type) {
|
switch (newItem.type) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user