mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
refactor: profile config
This commit is contained in:
@@ -86,6 +86,8 @@ export namespace CmdType {
|
||||
}
|
||||
|
||||
export interface ProfileItem {
|
||||
uid: string;
|
||||
type?: string;
|
||||
name?: string;
|
||||
desc?: string;
|
||||
file?: string;
|
||||
@@ -105,7 +107,8 @@ export namespace CmdType {
|
||||
}
|
||||
|
||||
export interface ProfilesConfig {
|
||||
current?: number;
|
||||
current?: string;
|
||||
chain?: string[];
|
||||
items?: ProfileItem[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user