mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-16 03:32:17 +08:00
fix global override
This commit is contained in:
parent
d7c2ec3cb4
commit
bd62b5cd6c
|
@ -4,5 +4,4 @@
|
|||
|
||||
### Bug Fixes
|
||||
|
||||
- 修复某些 Windows 设备D盘无法启动的问题
|
||||
- 修复带锚点yaml覆写出错的问题
|
||||
- 修复覆写更新后全局启用状态丢失的问题
|
||||
|
|
|
@ -63,6 +63,7 @@ export async function createOverride(item: Partial<IOverrideItem>): Promise<IOve
|
|||
type: item.type,
|
||||
ext: item.ext || 'js',
|
||||
url: item.url,
|
||||
global: item.global || false,
|
||||
updated: new Date().getTime()
|
||||
} as IOverrideItem
|
||||
switch (newItem.type) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user