1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-10 07:54:18 +00:00

feat: add screen refresh rate display in status view

This commit is contained in:
Tw93
2026-01-03 13:33:49 +08:00
parent 5c1e3a939d
commit da7bb2cde2
3 changed files with 85 additions and 16 deletions

View File

@@ -37,11 +37,12 @@ type MetricsSnapshot struct {
}
type HardwareInfo struct {
Model string // MacBook Pro 14-inch, 2021
CPUModel string // Apple M1 Pro / Intel Core i7
TotalRAM string // 16GB
DiskSize string // 512GB
OSVersion string // macOS Sonoma 14.5
Model string // MacBook Pro 14-inch, 2021
CPUModel string // Apple M1 Pro / Intel Core i7
TotalRAM string // 16GB
DiskSize string // 512GB
OSVersion string // macOS Sonoma 14.5
RefreshRate string // 120Hz / 60Hz
}
type DiskIOStatus struct {