diff options
| author | MetaCubeX <[email protected]> | 2022-05-27 03:44:49 +0800 |
|---|---|---|
| committer | MetaCubeX <[email protected]> | 2022-05-27 03:44:49 +0800 |
| commit | 8d874071236aa9d8433837e613a23fa50d0174ba (patch) | |
| tree | 322324a1528fa3272252963ca4c97e82f2fe5f18 /src/api | |
| parent | e42aa59ee7a0ca75e76585eb81bd1ac2926c8952 (diff) | |
chore: dashboard style
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/connections.ts | 1 | ||||
| -rw-r--r-- | src/api/version.ts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/api/connections.ts b/src/api/connections.ts index 1e86a86..cedb227 100644 --- a/src/api/connections.ts +++ b/src/api/connections.ts @@ -18,6 +18,7 @@ export type ConnectionItem = { type: ConnType; sourceIP: string; destinationIP: string; + remoteDestination: string; sourcePort: string; destinationPort: string; host: string; diff --git a/src/api/version.ts b/src/api/version.ts index 78ceb83..f3cb320 100644 --- a/src/api/version.ts +++ b/src/api/version.ts @@ -4,6 +4,7 @@ import { ClashAPIConfig } from 'src/types'; type VersionData = { version?: string; premium?: boolean; + meta?: boolean; }; export async function fetchVersion( |
