Add scope select to online statistic

This commit is contained in:
2023-12-19 10:25:20 +08:00
parent 33368f7f89
commit 9b1beed8b5
3 changed files with 37 additions and 7 deletions

4
src/global.d.ts vendored
View File

@@ -385,3 +385,7 @@ interface OnlineInfoVo {
record: string
}[]
}
interface OnlineInfoGetParam {
scope: string
}