feat: show system proxy info

This commit is contained in:
GyDi
2022-01-12 02:54:50 +08:00
parent 148547de95
commit b05185e7cc
3 changed files with 67 additions and 1 deletions

View File

@@ -63,3 +63,7 @@ export async function getVergeConfig() {
export async function patchVergeConfig(payload: CmdType.VergeConfig) {
return invoke<void>("patch_verge_config", { payload });
}
export async function getSystemProxy() {
return invoke<any>("get_sys_proxy");
}