Update AppImage

This commit is contained in:
MacRimi
2025-10-06 22:19:42 +02:00
parent 7ceed3dfbc
commit 73e6194551
3 changed files with 17 additions and 979 deletions

View File

@@ -172,8 +172,6 @@ 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())