Update AppImage

This commit is contained in:
MacRimi
2025-10-06 18:52:58 +02:00
parent b6b3e27408
commit a689607e98
2 changed files with 49 additions and 3 deletions

View File

@@ -172,6 +172,8 @@ export interface HardwareData {
fans?: Fan[]
power_supplies?: PowerSupply[]
ups?: UPS
disk_hardware_info?: DiskHardwareInfo[]
network_hardware_info?: NetworkHardwareInfo[]
}
export const fetcher = (url: string) => fetch(url).then((res) => res.json())