mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-09-21 18:50:14 +00:00
feat: implement command context and provider for command handling; add search button component; enhance network chart with packet loss calculation and display; update translations for new features
This commit is contained in:
@@ -86,6 +86,7 @@ export type ServerMonitorChart = {
|
||||
[key: string]: {
|
||||
created_at: number
|
||||
avg_delay: number
|
||||
packet_loss?: number
|
||||
}[]
|
||||
}
|
||||
|
||||
@@ -96,6 +97,7 @@ export interface NezhaMonitor {
|
||||
server_name: string
|
||||
created_at: number[]
|
||||
avg_delay: number[]
|
||||
packet_loss?: number[]
|
||||
}
|
||||
|
||||
export interface ServiceResponse {
|
||||
|
||||
Reference in New Issue
Block a user