优化错误收集

This commit is contained in:
xh
2025-06-26 00:23:35 +08:00
parent edcb95787e
commit 2d473ac4ed
17 changed files with 130 additions and 143 deletions

View File

@@ -18,8 +18,7 @@ export type type_monitor_client = {
City?: string
Operator?: string
Ip?: string
Width?: number
Height?: number
Ua?: string
CreateTime?: string
}
@@ -35,8 +34,7 @@ export type type_monitor_client_query = {
City?: string
Operator?: string
Ip?: string
Width?: number
Height?: number
Ua?: string
CreateTimeStart?: string
CreateTimeEnd?: string
@@ -54,8 +52,7 @@ export type type_monitor_client_edit = {
City?: string
Operator?: string
Ip?: string
Width?: number
Height?: number
Ua?: string
}