feat: support ws proxy

This commit is contained in:
ReaJason
2026-01-18 23:49:41 +08:00
parent 54be0712d5
commit 4ec1f06362
22 changed files with 577 additions and 281 deletions
+7
View File
@@ -55,6 +55,12 @@ export interface Suo5ShellToolConfig {
headerValue?: string;
}
export interface ProxyShellToolConfig {
shellClassName?: string;
headerName?: string;
headerValue?: string;
}
export interface AntSwordShellToolConfig {
shellClassName?: string;
pass?: string;
@@ -137,4 +143,5 @@ export enum ShellToolType {
Suo5v2 = "Suo5v2",
NeoreGeorg = "NeoreGeorg",
Custom = "Custom",
Proxy = "Proxy",
}