mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
feat: add chains[0] and process to connections display (#205)
* add chains[0] display * add metadata.process to connections
This commit is contained in:
1
src/services/types.d.ts
vendored
1
src/services/types.d.ts
vendored
@@ -67,6 +67,7 @@ declare namespace ApiType {
|
||||
sourcePort: string;
|
||||
destinationPort: string;
|
||||
destinationIP?: string;
|
||||
process?: string;
|
||||
};
|
||||
upload: number;
|
||||
download: number;
|
||||
|
||||
Reference in New Issue
Block a user