feat: handle remote clash config fields

This commit is contained in:
GyDi
2022-04-07 01:20:44 +08:00
Unverified
parent 6ade0b2b1a
commit fd99ba6255
7 changed files with 146 additions and 7 deletions

View File

@@ -116,6 +116,7 @@ export namespace CmdType {
export interface ProfilesConfig {
current?: string;
chain?: string[];
valid?: string[];
items?: ProfileItem[];
}
@@ -191,6 +192,7 @@ export namespace CmdType {
export interface EnhancedPayload {
chain: ChainItem[];
valid: string[];
current: ProfileData;
callback: string;
}