fix 实时监控收集

This commit is contained in:
Ironsp
2026-05-14 17:32:58 +08:00
parent 4c9cd63ac0
commit d4129d66b1
3 changed files with 59 additions and 14 deletions

View File

@@ -88,3 +88,13 @@ export interface DemoQuery extends PageQuery {
*/
value?: string;
}
export interface DrawFrom {
x?: string | number;
y?: string | number;
w?: string | number;
h?: string | number;
}