mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
feat: add use clash hook
This commit is contained in:
4
src/services/types.d.ts
vendored
4
src/services/types.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user