mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 14:01:56 +08:00
Fix: clashx dashboard crash on global mode
This commit is contained in:
parent
f594248c67
commit
79e61cd30a
@ -163,7 +163,13 @@ export const proxies = atom({
|
||||
default: {
|
||||
proxies: [] as API.Proxy[],
|
||||
groups: [] as API.Group[],
|
||||
global: {} as API.Group
|
||||
global: {
|
||||
name: 'GLOBAL',
|
||||
type: 'Selector',
|
||||
now: '',
|
||||
history: [],
|
||||
all: []
|
||||
} as API.Group
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user