ui v0.0.1-beta

This commit is contained in:
go0p
2026-08-06 15:11:35 +08:00
committed by go0p
parent 267700c73b
commit db106dd049
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;