mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-28 16:30:52 +08:00
feat: change global mode ui, close #226
This commit is contained in:
@@ -142,7 +142,12 @@ export async function getProxies() {
|
||||
)
|
||||
);
|
||||
|
||||
return { global, direct, groups, records: proxyRecord, proxies };
|
||||
const _global: ApiType.ProxyGroupItem = {
|
||||
...global,
|
||||
all: global?.all?.map((item) => generateItem(item)) || [],
|
||||
};
|
||||
|
||||
return { global: _global, direct, groups, records: proxyRecord, proxies };
|
||||
}
|
||||
|
||||
// get proxy providers
|
||||
|
||||
Reference in New Issue
Block a user