feat: connections page supports filter

This commit is contained in:
GyDi
2022-04-11 02:25:34 +08:00
parent 847d5f1b3b
commit 41b0e05f62
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 {