feat: connections page supports filter

This commit is contained in:
GyDi
2022-04-11 02:25:34 +08:00
parent 973653a690
commit fd1a7e34a8
3 changed files with 95 additions and 37 deletions

View File

@@ -65,6 +65,8 @@ export namespace ApiType {
chains: string[];
rule: string;
rulePayload: string;
curUpload?: number; // calculate
curDownload?: number; // calculate
}
export interface Connections {