feat: add use clash hook

This commit is contained in:
GyDi
2022-11-23 17:44:40 +08:00
parent 2709d1ff6e
commit 5e626e2cc5
12 changed files with 196 additions and 191 deletions

View File

@@ -94,8 +94,8 @@ interface IConnections {
type IProfileType = "local" | "remote" | "merge" | "script";
interface IClashInfo {
status: string;
port?: string; // clash mixed port
// status: string;
port?: number; // clash mixed port
server?: string; // external-controller
secret?: string;
}