setup system proxy on initilized

This commit is contained in:
an-lee
2024-10-15 10:24:33 +08:00
parent 5f5811bc9c
commit 9e974e977e
4 changed files with 21 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ type EnjoyAppType = {
proxy: {
get: () => Promise<ProxyConfigType>;
set: (config: ProxyConfigType) => Promise<void>;
refresh: () => Promise<void>;
};
};
providers: {