feat: update profile with system proxy/clash proxy

This commit is contained in:
GyDi
2022-10-18 23:19:21 +08:00
parent da24a9637b
commit f46fa61cf3
5 changed files with 152 additions and 20 deletions

View File

@@ -124,6 +124,7 @@ declare namespace CmdType {
interface ProfileOption {
user_agent?: string;
with_proxy?: boolean;
self_proxy?: boolean;
update_interval?: number;
}