setup system proxy on initilized
This commit is contained in:
1
enjoy/src/types/enjoy-app.d.ts
vendored
1
enjoy/src/types/enjoy-app.d.ts
vendored
@@ -27,6 +27,7 @@ type EnjoyAppType = {
|
||||
proxy: {
|
||||
get: () => Promise<ProxyConfigType>;
|
||||
set: (config: ProxyConfigType) => Promise<void>;
|
||||
refresh: () => Promise<void>;
|
||||
};
|
||||
};
|
||||
providers: {
|
||||
|
||||
Reference in New Issue
Block a user