ui v0.0.1-beta

This commit is contained in:
go0p
2025-03-04 16:07:14 +08:00
parent cf10abc3f8
commit 1149cfeb4d
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export interface ProxyConfig {
host: string;
port: number;
scheme: 'http' | 'https' | 'socks5';
proxyType: 'fixed_server';
proxyType: 'fixed_servers';
enabled?: boolean;
id?: string;
name?: string;