mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
* fix: use remoteDestination replace DestinationIP in connection page, #2668 * add: missing i18n text * fix: display the target address details in connection page
This commit is contained in:
1
src/services/types.d.ts
vendored
1
src/services/types.d.ts
vendored
@@ -120,6 +120,7 @@ interface IConnectionsItem {
|
||||
sourcePort: string;
|
||||
destinationPort: string;
|
||||
destinationIP?: string;
|
||||
remoteDestination?: string;
|
||||
process?: string;
|
||||
processPath?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user